API Documentation > CorelDRAW > 2025-v26
IVGTransformMatrix interface
The main interface for TransformMatrix class
Syntax:
Interface IVGTransformMatrix
Properties:
Name Description
ContainsOnlyTranslation Determines if the matrix contains only translation
d11 Gets or sets the matrix's d11 component
d12 Gets or sets the matrix's d12 component
d21 Gets or sets the matrix's d21 component
d22 Gets or sets the matrix's d22 component
IsIdentity Determines if the matrix is the identity
IsMirrored Determines if the matrix is mirrored
IsOrthogonal Determines if the matrix is orthogonal
IsOrthonormal Determines if the matrix is orthonormal
IsOrthonormalAxisAligned Determines if the matrix is orthonormal and axis aligned
IsScaled Determines if the matrix is scaled
IsScaledOrSkewedOrRotated Determines if the matrix is scaled, skewed or rotated
IsSkewedOrRotated Determines if the matrix is skewed or rotated
IsSkewedOrRotatedOrMirrored Determines if the matrix is skewed, rotated or mirrored
IsTranslated Determines if the matrix is translated
Translation Gets or sets the translation
TranslationX Gets or sets the matrix's x translation
TranslationY Gets or sets the matrix's y translation
Methods:
Name Description
BindToDocument Binds the transformation matrix to a document which makes it use the coordinates in the document's coordinate system
GetCopy Returns a copy of the transform matrix
Invert Inverts the matrix
Rotate Rotates the matrix
RotateAround Rotates the matrix around a point
Scale Scales the matrix
ScaleAround Scales the matrix around a point
SetToIdentity Sets the matrix to the identity
SetTranslation Sets the translation
Transform Transforms a matrix by another matrix
TransformAround Transforms a matrix by another matrix around a point
TransformPoint Transforms a point
TransformPoints Transforms points
TransformVector Transforms a vector
TranslateBy Translates the matrix
TranslateByVector Translates the matrix
UntransformPoint Untransforms a point
UntransformPoints Untransforms points
UntransformVector Untransforms a vector