public LeadSize(
int ,
int
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim width As Integer
Dim height As Integer
Dim instance As New LeadSize(width, height)
public LeadSize(
int width,
int height
)
public LeadSize(int width, int height)
function LeadSize(
width ,
height
)
public:
LeadSize(
int ,
int
)