[]
        
(Showing Draft Content)

C1.Util.Win.Win32.MARGINS.-ctor

MARGINS Constructor

MARGINS(int)

Declaration
public MARGINS(int margin)
Public Sub New(margin As Integer)
Parameters
Type Name Description
int margin

MARGINS(int, int, int, int)

Declaration
public MARGINS(int left, int right, int top, int bottom)
Public Sub New(left As Integer, right As Integer, top As Integer, bottom As Integer)
Parameters
Type Name Description
int left
int right
int top
int bottom