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: 24.2.419.0 (24.2.419.0)
Syntax public 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