Creates a DAMatte object representing a potentially animated matte. A matte consists of a path and/or text, and is typically used to clip an image to the shape defined by the path and/or text.
This class inherits from DABehavior.
For relevant functions and properties from the DAStatics class, see the following topics.
DAMatte Functions
Transform Creates a DAMatte object that is the result of applying the given transformation xf to the original matte.
Creates a DAMatte object that is the result of applying the given transformation xf to the original matte. The transformation affects each point in the path that defines the matte.
Syntax
matteObj.Transform( xf )
Parameters
- xf
- DATransform2 object that is applied to matteObj.
Return Value
Returns the DAMatte object.
Remarks
This function composes values. The resulting transformation is the new value applied to the old value.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.