[]
Initializes a new instance of the OffsetsD structure.
public OffsetsD(double left, double top, double right, double bottom)
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)
Type | Name | Description |
---|---|---|
double | offset | The same value for all offsets. |