| ScreenOverlayPickResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Graphics
 Syntax
SyntaxThe ScreenOverlayPickResult type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ControlPosition | 
Gets the position that was picked within the overall Insight3D
control.  This is essentially the same position that was passed to
Scene.PickScreenOverlays.
 | 
|  | Overlay | 
Gets the screen overlay that was picked.
 | 
|  | Position | 
Gets the position that was picked within the picked Overlay.
 | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | |
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also