ISolidBrush class

ISolidBrush class

Defines brush interface of a single color

The ISolidBrush type exposes the following members:

Properties

PropertyDescription
colorGet color of the brush.
typeGet type of brush; See BrushType.
supports_shaderChecks if the brush supports a shader.

Methods

MethodDescription
to_nativeConverts the brush to a native representation.

See Also