| CameraView Method (Axes, Point, Point) | 
 
Views from a point to a point. Sets the camera's position and the reference point the camera is looking at.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic void View(
	Axes axes,
	Point cameraPosition,
	Point referencePoint
)
Public Sub View ( 
	axes As Axes,
	cameraPosition As Point,
	referencePoint As Point
)
public:
void View(
	Axes^ axes, 
	Point^ cameraPosition, 
	Point^ referencePoint
)
member View : 
        axes : Axes * 
        cameraPosition : Point * 
        referencePoint : Point -> unit 
Parameters
- axes
- Type: AGI.Foundation.GeometryAxes
 The Axes of rotation. Axes will be set to this.
- cameraPosition
- Type: AGI.Foundation.GeometryPoint
 The Point that will be evaluated at the animation time to get Position.
- referencePoint
- Type: AGI.Foundation.GeometryPoint
 The Point that will be evaluated at the animation time to get ReferencePoint.
 See Also
See Also