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