ViewFromToTEntity Constructor (Camera, TEntity, Point) | 
 
            Create a new instance, specifying a view from a 
Point to a 
TEntity using the specified 
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 ViewFromTo(
	Camera camera,
	TEntity fromEntity,
	Point toPoint
)
Public Sub New ( 
	camera As Camera,
	fromEntity As TEntity,
	toPoint As Point
)
public:
ViewFromTo(
	Camera^ camera, 
	TEntity fromEntity, 
	Point^ toPoint
)
new : 
        camera : Camera * 
        fromEntity : 'TEntity * 
        toPoint : Point -> ViewFromToParameters
- camera
 - Type: AGI.Foundation.GraphicsCamera
The camera to use. - fromEntity
 - Type: TEntity
The entity whose position will represent the camera's position. - toPoint
 - Type: AGI.Foundation.GeometryPoint
The Point whose position will represent the camera's reference point. 
See Also