ViewFromToTEntityFromPoint Property |
Gets the Point whose position will be used to place the camera or null if an entity is being used.
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 Point FromPoint { get; }
Public ReadOnly Property FromPoint As Point
Get
public:
property Point^ FromPoint {
Point^ get ();
}
member FromPoint : Point with get
Property Value
Type:
PointSee Also