[]
Initializes a new instance of the Offsets structure.
public Offsets(float left, float top, float right, float bottom)
Public Sub New(left As Single, top As Single, right As Single, bottom As Single)
Type | Name | Description |
---|---|---|
float | left | The Left value. |
float | top | The Top value. |
float | right | The Right value. |
float | bottom | The Bottom value. |