Class MatrixTransform

MatrixTransform class

The matrix transform. Creates an arbitrary affine matrix transformation that manipulates objects or coordinate systems in a two dimensional plane.

public class MatrixTransform

Constructors

NameDescription
MatrixTransform()The default constructor.

Properties

NameDescription
Matrix { get; set; }Gets or sets the matrix. Specifies the matrix structure that defines the transformation.

See Also