draw method
draw
Draw an arbitrary path.
def draw(self, shape):
...
Parameter | Type | Description |
---|---|---|
shape | aspose.pydrawing.drawing2d.GraphicsPath | The path to draw. |
See Also
- module
aspose.page.eps
- class
PsDocument
Draw an arbitrary path.
def draw(self, shape):
...
Parameter | Type | Description |
---|---|---|
shape | aspose.pydrawing.drawing2d.GraphicsPath | The path to draw. |
aspose.page.eps
PsDocument