DirectAnimation Animated Header --DAPickableResult Class DirectAnimation Animated Header --DAPickableResult Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DAPath2 Class
*Next Topic: DAPoint2 Class

DAPickableResult Class


The properties on a DAPickableResult object are used either with DAGeometry.Pickable function or with DAImage.Pickable function. The properties are either the new, pickable DAGeometry object or DAImage object, and the DAEvent that occurs when the mouse is within the pickable region.

DAPickableResult Properties

bullet1.gifGeometry

bullet1.gifImage

bullet1.gifPickEvent


Geometry

DAPickableResult Class

A read-only property with a DAGeometry value that is the pickable geometry.

pickableResultObj.Geometry


Image

DAPickableResult Class

A read-only property with a DAImage value that is the pickable image.

pickableResultObj.Image


PickEvent

DAPickableResult Class

A read-only property with a DAEvent value that is the event that fires when the mouse is within the pickable region. This event is a DAPair object whose first member is the point of intersection and whose second member is a vector that is perpendicular to the surface.

pickableResultObj.PickEvent

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

*Top of Page