Op.lineTo constructor

Op.lineTo(
  1. PointD point
)

Implementation

Op.lineTo(PointD point)
    : op = OpType.lineTo,
      data = [point];