ViewFromToTEntitySetFrom Method (Point) | 
 
            Specifies a 
Point which will be used to place the camera.
            
 
    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 void SetFrom(
	Point point
)
Public Sub SetFrom ( 
	point As Point
)
public:
void SetFrom(
	Point^ point
)
member SetFrom : 
        point : Point -> unit 
Parameters
- point
 - Type: AGI.Foundation.GeometryPoint
The Point to be used to place the camera. 
See Also