create_gradient_stop method
create_gradient_stop
Creates a new gradient stop.
Returns
New gradient stop.
def create_gradient_stop(self, color, offset):
...
Parameter | Type | Description |
---|---|---|
color | aspose.page.xps.xpsmodel.XpsColor | The gradient stop color. |
offset | float | The gradient offset. |
create_gradient_stop
Creates a new gradient stop.
Returns
New gradient stop.
def create_gradient_stop(self, color, offset):
...
Parameter | Type | Description |
---|---|---|
color | aspose.pydrawing.Color | The gradient stop color. |
offset | float | The gradient offset. |
See Also
- module
aspose.page.xps
- class
XpsDocument
- class
XpsGradientStop