Creates a DAMatte object that is the difference between the given mattes. The difference consists of only those elements of the path and/or text in m1 that are not also in m2.
lib.DifferenceMatte(
m1,
m2
)
Returns the DAMatte object.
Creates a DAMatte object consisting of the given path, path. Clipping an image with this matte preserves that portion of the image that is inside the path.
lib.FillMatte(
path
)
Returns the DAMatte object.
Creates a DAMatte object that is the intersection of the given mattes. The intersection consists of only those elements of the paths and/or text of the original mattes that are the same.
lib.IntersectMatte(
m1,
m2
)
Returns the DAMatte object.
Creates a DAMatte object consisting of the given DAString object, text, and with an appearance specified by the DAFontStyle object, fs. Clipping an image with this matte preserves that portion of the image that is inside the text.
lib.TextMatte(
text,
fs
)
Returns the DAMatte object.
Creates a DAMatte object that is the union of the given mattes. The union consists of all elements of the paths and/or text in the original mattes.
lib.UnionMatte(
m1,
m2
)
Returns the DAMatte object.
IntersectMatte, DifferenceMatte
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.