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

ab3d7a3d 6e62 5abf 0828 39177f0ac553

haplokuon edited this page May 6, 2023 · 1 revision

Position Property

netDxf 3.0.0 Library

Gets the MLine 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

Remarks

If this property is modified the function MLine.Update() will need to be called manually to update the internal information.

See Also

Reference

MLineVertex Class
netDxf.Entities Namespace

Clone this wiki locally