Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

f854ba5c 7e97 62e4 f7be 8fedff98af73

haplokuon edited this page May 6, 2023 · 1 revision

UnitX Property

netDxf 3.0.0 Library

Unit X vector.

Definition

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
	Get

C++

public:
static property Vector2 UnitX {
	Vector2 get ();
}

F#

static member UnitX : Vector2 with get

Property Value

Vector2

See Also

Reference

Vector2 Structure
netDxf Namespace

Clone this wiki locally