point1X property

num get point1X

Gets or sets the X value of the first control point for a PathSegment of type PathSegment.Bezier|Bezier or PathSegment.QuadraticBezier|QuadraticBezier.

Implementation

_i2.num get point1X => _i4.getProperty(
      this,
      'point1X',
    );
set point1X (num value)

Implementation

set point1X(_i2.num value) {
  _i4.setProperty(
    this,
    'point1X',
    value,
  );
}