public static LeadPoint Create(
int ,
int
)
'Declaration
Public Shared Function Create( _
ByVal As Integer, _
ByVal As Integer _
) As LeadPoint
'Usage
Dim x As Integer
Dim y As Integer
Dim value As LeadPoint
value = LeadPoint.Create(x, y)
public static LeadPoint Create(
int x,
int y
)
LeadPoint LeadPoint_Make(int x, int y);
function Leadtools.LeadPoint.Create(
x ,
y
)
public:
static LeadPoint Create(
int ,
int
)