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

45a52508 30d9 92d2 440d 3b378c4797cc

haplokuon edited this page May 6, 2023 · 1 revision

Direction Property

netDxf 3.0.0 Library

Gets the MLine vertex direction.

Definition

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

C#

public Vector2 Direction { get; }

VB

Public ReadOnly Property Direction As Vector2
	Get

C++

public:
property Vector2 Direction {
	Vector2 get ();
}

F#

member Direction : Vector2 with get

Property Value

Vector2

See Also

Reference

MLineVertex Class
netDxf.Entities Namespace

Clone this wiki locally