XCoordinate Property
XCoordinate
The X-coordinate of the public point.
C#
public ReadOnlyMemory<byte> XCoordinate { get; set; }
Property Value
Type | Description |
---|---|
ReadOnlyMemory<byte> |
Exceptions
Type | Condition |
---|---|
ArgumentException | On set, the coordinate in not the correct length. |