ViewFromToTEntityFromPoint Property  | 
 
            Gets the Point whose position will be used to place the camera or null if an entity is being used.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Point FromPoint { get; }Public ReadOnly Property FromPoint As Point
	Get
public:
property Point^ FromPoint {
	Point^ get ();
}member FromPoint : Point with get
Property Value
Type: 
Point
See Also