WpfInteractionPoint Class Methods
In This Topic
For a list of all methods of this type, see
WpfInteractionPoint.
Public Methods
| | Name | Description |
 | Clone | Creates a new object that is a copy of the current instance. |
 | GetBoundingBox | Returns a bounding box of interaction area in viewer space. |
 | IsViewerPointOnArea | Determines whether a point, in viewer space, is contained within the interaction area. |
 | Render | Renders the interaction area on specified System.Windows.Media.DrawingContext. |
Protected Methods
| | Name | Description |
 | CopyTo | Copies the state of the current object to the target object. |
 | GetDrawingRect | Returns a drawing rectangle of interaction point. |
See Also