VectorDisplacement.InitialPoint Property |
Gets or sets the point which defines the beginning 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 InitialPoint { get; set; }
Public Property InitialPoint As Point
Get
Set
public:
property Point^ InitialPoint {
Point^ get ();
void set (Point^ value);
}
member InitialPoint : Point with get, set
Property Value
Type:
Point
See Also