PageAPI.CreateGradientStop
CreateGradientStop(XpsColor, float)
Creates a new gradient stop.
public XpsGradientStop CreateGradientStop(XpsColor color, float offset)
Parameter | Type | Description |
---|---|---|
color | XpsColor | The gradient stop color. |
offset | Single | The gradient offset. |
Return Value
New gradient stop.
See Also
- class XpsGradientStop
- class XpsColor
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page
CreateGradientStop(Color, float)
Creates a new gradient stop.
public XpsGradientStop CreateGradientStop(Color color, float offset)
Parameter | Type | Description |
---|---|---|
color | Color | The gradient stop color. |
offset | Single | The gradient offset. |
Return Value
New gradient stop.
See Also
- class XpsGradientStop
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page