public static LeadSize Create(
int ,
int
)
'Declaration
Public Shared Function Create( _
ByVal As Integer, _
ByVal As Integer _
) As LeadSize
'Usage
Dim width As Integer
Dim height As Integer
Dim value As LeadSize
value = LeadSize.Create(width, height)
public static LeadSize Create(
int width,
int height
)
LeadSize LeadSizeMake(NSInteger width, NSInteger height)
public static LeadSize create(int width, int height)
function Leadtools.LeadSize.Create(
width ,
height
)
public:
static LeadSize Create(
int ,
int
)