Skip to main content
All docs
V25.1
  • DXMatrix Constructors

    Encapsulates a 3x2 affine matrix used for geometric transformations.
    Name Parameters Description
    DXMatrix() none Initializes a new instance of the DXMatrix class.
    DXMatrix(Single, Single, Single, Single, Single, Single) m11, m12, m21, m22, dx, dy Initializes a new instance of the DXMatrix class with specified elements.
    DXMatrix(Single[]) elements Initializes a new instance of the DXMatrix class with specified settings.
    See Also