[]
Initializes a new instance of the Margin class.
public Margin(float left, float right, float top, float bottom)
| Type | Name | Description |
|---|---|---|
| float | left | The left margin. |
| float | right | The right margin. |
| float | top | The top margin. |
| float | bottom | The bottom margin. |