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)
Syntax
public XpsSolidColorBrush CreateSolidColorBrush(
	Color color
)

Parameters

color
Type: System.DrawingColor
The color for filled elements.

Return Value

Type: XpsSolidColorBrush
New solid color brush.
See Also