XpsDocumentCreateSolidColorBrush Method (Color) |
Creates a new solid color brush.
Namespace:
Aspose.Page.XPS
Assembly:
Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntaxpublic XpsSolidColorBrush CreateSolidColorBrush(
Color color
)
Public Function CreateSolidColorBrush (
color As Color
) As XpsSolidColorBrush
public:
XpsSolidColorBrush^ CreateSolidColorBrush(
Color color
)
member CreateSolidColorBrush :
color : Color -> XpsSolidColorBrush
Parameters
- color
- Type: System.DrawingColor
The color for filled elements.
Return Value
Type:
XpsSolidColorBrushNew solid color brush.
See Also