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

    Encapsulates a 3x2 affine matrix used for geometric transformations.
    Name Description
    A Obtains the value in the first row and first column.
    B Obtains the value in the first row and second column.
    C Obtains the value in the second row and first column.
    D Obtains the value in the second row and second column.
    E Obtains the value in the third row and first column.
    Elements Obtains the matrix elements.’
    F Obtains the value in the third row and second column.
    IsIdentity Gets whether this DXMatrix is the identity matrix.
    IsInvertible Gets whether the DXMatrix object is invertible.
    OffsetX Gets the x translation value (the dx value, or the element in the third row and first column).
    OffsetY Gets the y translation value (the dy value, or the element in the third row and second column).
    See Also