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

bcb34a16 1baa f625 052f 6bf83b6e965f

haplokuon edited this page May 6, 2023 · 1 revision

UnitY Property

netDxf 3.0.0 Library

Unit Y vector.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static Vector2 UnitY { get; }

VB

Public Shared ReadOnly Property UnitY As Vector2
	Get

C++

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

F#

static member UnitY : Vector2 with get

Property Value

Vector2

See Also

Reference

Vector2 Structure
netDxf Namespace

Clone this wiki locally