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