VectorDisplacement.FinalPoint Property |
Gets or sets the point which defines the ending of the displacement vector.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Point FinalPoint { get; set; }
Public Property FinalPoint As Point
Get
Set
public:
property Point^ FinalPoint {
Point^ get ();
void set (Point^ value);
}
member FinalPoint : Point with get, set
Property Value
Type:
Point
See Also