points property

points property

Specifies points of command. Read/write aspose.pydrawing.PointF[].

Definition:

@property
def points(self):
    ...

@points.setter
def points(self, value):
    ...

See Also