Inset Constructor(Int32,Int32)
In This Topic
Creates an inset with specified x and y.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim xInset As Integer
Dim yInset As Integer
Dim instance As New Inset(xInset, yInset)
public Inset(
int ,
int
)
Parameters
- xInset
- yInset
See Also