Static Fields Relevant to ImageBvr Objects


detectableEmptyImage
An image behavior (ImageBvr object) 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.
emptyImage
An image behavior (ImageBvr object) in which all points are transparent and undetectable. This has a nullary 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.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.