DATransform2 objects can be applied to two-dimensional point objects to translate, scale, rotate or skew the location of the point, and can be applied to two-dimensional vector objects to scale, rotate, or skew the length and/or direction of the vector.
This class inherits from DABehavior.
For relevant functions and properties from the DAStatics class, see the following topics.
DATransform2 Functions
Inverse Creates a transformation that is the inverse of the original transformation.
DATransform2 Properties
IsSingular A read-only property with a DABoolean value that indicates whether the transform is singular.
This section contains reference material for the DATransform2 functions.
Creates a transformation that is the inverse of the original transformation. The inverse transformation is useful for removing the effects of the original transformation from a point or vector. Some transforms have no inverse. Use IsSingular to characterize transforms of an unknown type.
Syntax
transform2Obj.Inverse( )
Return Value
Returns a DATransform2 object representing the newly created transformation.
This section contains reference material for the DATransform2 properties.
A read-only property with a DABoolean value that indicates whether the transform is singular. A singular transform is one that has no inverse. The value is TRUE if the transform is singular; otherwise, it is FALSE.
Syntax
transform2Obj.IsSingular
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.