Index Topic Contents | |||
Previous Topic: DAStatic Functions Relevant to DAImage Objects Next Topic: DAStatic Properties Relevant to DAJoinStyle Objects |
DAStatic Properties Relevant to DAImage Objects
DAStatics Class
DetectableEmptyImageA read-only property with a DAImage value in which all points are transparent but detectable. This image is useful for blocking mouse input from underlying image, allowing that input to be redirected. The bounding box is of infinite extent.
lib.DetectableEmptyImage
DAStatics Class
EmptyImageA read-only property with a DAImage value in which all points are transparent and undetectable. This has a empty bounding box, which means that its maximum point is less than its minimum point. This allows operations such as union and intersection to produce the correct results.
lib.EmptyImage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.