IDrawingFactory class

IDrawingFactory class

Represents a factory for creating drawing-related objects.

The IDrawingFactory type exposes the following members:

Methods

MethodDescription
create_matrixCreates a new matrix with the same contents as the specified matrix.
create_matrixCreates a new matrix with the specified elements.
create_matrixCreates a new identity matrix.
create_solid_brushCreates a solid brush with the specified color.
create_linear_gradient_brushCreates a linear gradient brush with the specified parameters.
create_texture_brushCreates a texture brush with the specified parameters.
create_interpolation_colorCreates an interpolation color with the specified color and position.

See Also