Creates a set of margins (insets) with the left margin specified.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
'Usage
Dim sideInset As Integer
Dim instance As New Inset(sideInset)
Parameters
- sideInset
- Number of pixels to inset from the left
See Also