DATransform2 Class

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

InverseCreates a transformation that is the inverse of the original transformation.

DATransform2 Properties

IsSingularA read-only property with a DABoolean value that indicates whether the transform is singular.

DATransform2 Functions

This section contains reference material for the DATransform2 functions.

Inverse

DATransform2 Class

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.

DATransform2 Properties

This section contains reference material for the DATransform2 properties.

IsSingular

DATransform2 Class

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 Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.