XpsDocument.CreateSolidColorBrush

CreateSolidColorBrush(XpsColor)

Creates a new solid color brush.

public XpsSolidColorBrush CreateSolidColorBrush(XpsColor color)
ParameterTypeDescription
colorXpsColorThe color for filled elements.

Return Value

New solid color brush.

See Also


CreateSolidColorBrush(Color)

Creates a new solid color brush.

public XpsSolidColorBrush CreateSolidColorBrush(Color color)
ParameterTypeDescription
colorColorThe color for filled elements.

Return Value

New solid color brush.

See Also