This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
e370b6c2 65fa 4493 dc62 d1440b7c2d59
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the first control point.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector3 FirstControlPoint { get; set; }
VB
Public Property FirstControlPoint As Vector3
Get
Set
C++
public:
property Vector3 FirstControlPoint {
Vector3 get ();
void set (Vector3 value);
}
F#
member FirstControlPoint : Vector3 with get, set