X property

  1. @BuiltValueField.new(wireName: r'X')
String get X

Abscissa of a point coordinates. The hexadecimal value in text of the abscissa of the coordinates of a point. Leading zero can be removed (e.g. 3BC, 0, and 1287).

Implementation

@BuiltValueField(wireName: r'X')
String get X;