ITransformableBrush class

ITransformableBrush class

Desclares methods for getting transformation matrix and wrap mode.

The ITransformableBrush type exposes the following members:

Properties

PropertyDescription
transformation_matrixGet the transform. The transform defines a local geometric transform for this brush.
spread_modeGets or sets the SpreadMode mode. SpreadMode mode specifies how a texture or gradient is tiled
when it is smaller than the area being filled.
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