ViewFromToTEntitySetTo Method (Point) |
Specifies the
Point at which the camera will be aimed.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void SetTo(
Point point
)
Public Sub SetTo (
point As Point
)
public:
void SetTo(
Point^ point
)
member SetTo :
point : Point -> unit
Parameters
- point
- Type: AGI.Foundation.GeometryPoint
The Point to be used to aim the camera.
See Also