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

9c168a0e 92d4 8c5d c375 d2b85693f639

haplokuon edited this page May 6, 2023 · 1 revision

Position Property

netDxf 3.0.0 Library

Gets or sets the polyline 2D vertex position.

Definition

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

C#

public Vector2 Position { get; set; }

VB

Public Property Position As Vector2
	Get
	Set

C++

public:
property Vector2 Position {
	Vector2 get ();
	void set (Vector2 value);
}

F#

member Position : Vector2 with get, set

Property Value

Vector2

See Also

Reference

Polyline2DVertex Class
netDxf.Entities Namespace

Clone this wiki locally