[]
Initializes a new instance of the OffsetsD structure.
public OffsetsD(double left, double top, double right, double bottom)
Public Sub New(left As Double, top As Double, right As Double, bottom As Double)
| Type | Name | Description |
|---|---|---|
| double | left | The left offset. |
| double | top | The top offset. |
| double | right | The right offset. |
| double | bottom | The bottom offset. |
Initializes a new instance of the OffsetsD structure.
public OffsetsD(double offset)
Public Sub New(offset As Double)
| Type | Name | Description |
|---|---|---|
| double | offset | The same value for all offsets. |