[]
public MARGINS(int margin)
Public Sub New(margin As Integer)
| Type | Name | Description |
|---|---|---|
| int | margin |
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)
| Type | Name | Description |
|---|---|---|
| int | left | |
| int | right | |
| int | top | |
| int | bottom |