DirectAnimation Animated Header --DAStatic Properties Relevant to DAImage Objects DirectAnimation Animated Header --DAStatic Properties Relevant to DAImage Objects* Microsoft DirectAnimation SDK
*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



DetectableEmptyImage

DAStatics Class

A 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


EmptyImage

DAStatics Class

A 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.

*Top of Page