This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
f854ba5c 7e97 62e4 f7be 8fedff98af73
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Unit X vector.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Vector2 UnitX { get; }VB
Public Shared ReadOnly Property UnitX As Vector2
GetC++
public:
static property Vector2 UnitX {
Vector2 get ();
}F#
static member UnitX : Vector2 with get