[]
Stores a set of four double numbers that represent the offsets from the edges of a rectangular area.
[TypeConverter(typeof(OffsetsD.TypeConverter))]
public struct OffsetsD
Name | Description |
---|---|
OffsetsD(double) | Initializes a new instance of the OffsetsD structure. |
OffsetsD(double, double, double, double) | Initializes a new instance of the OffsetsD structure. |
Name | Description |
---|---|
Bottom | Gets or sets the bottom offset. |
Empty | Represents an empty instance of the OffsetsD structure. |
IsEmpty | Gets a value indicating whether the current OffsetsD is empty. |
Left | Gets or sets the left offset. |
Right | Gets or sets the right offset. |
Top | Gets or sets the top offset. |
Name | Description |
---|---|
Parse(string, out OffsetsD, bool) | Converts a string to a OffsetsD structure. |
ToString() | Returns a string that represents the current OffsetsD. |
Name | Description |
---|---|
implicit operator OffsetsD(OffsetsI) |