Share

Transform2D Methods

The Transform2D type exposes the following members.

Methods

 NameDescription
Public methodAlmostEqual Determines whether this transformation and the specified transformation are the same within the tolerance (1.0e-09).
Public methodAssign Assigns values from the input transformation to this transformation.
Public methodStatic memberCreateIdentity Creates the identity transformation.
Public methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInverse Gets the inverse transformation of this transformation.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodMultiply Multiplies this transformation by the specified transformation and returns the result.
Public methodOfPoint Applies the transformation to the point and returns the result.
Public methodOfVector Applies the transformation to the vector and returns the result.
Public methodPostScale Scales both the linear and translational parts of this transformation and returns the result.
Public methodPreScale Scales the linear part of this transformation and returns the result.
Public methodSetToIdentity Set this TrfUV to the identity transform.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTransformUVDomainIfPossible Transforms an envelope (BoundingBoxUV) for one surface to an envelope for a coincident but differently parameterized surface.

See Also

Reference

Was this information helpful?