PageAPI.CreateSolidColorBrush
CreateSolidColorBrush(XpsColor)
Creates a new solid color brush.
public XpsSolidColorBrush CreateSolidColorBrush(XpsColor color)
| Parameter | Type | Description | 
|---|---|---|
| color | XpsColor | The color for filled elements. | 
Return Value
New solid color brush.
See Also
- class XpsSolidColorBrush
- class XpsColor
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page
CreateSolidColorBrush(Color)
Creates a new solid color brush.
public XpsSolidColorBrush CreateSolidColorBrush(Color color)
| Parameter | Type | Description | 
|---|---|---|
| color | Color | The color for filled elements. | 
Return Value
New solid color brush.
See Also
- class XpsSolidColorBrush
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page