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

36776cf2 f25d 9006 4dd6 9c9e39f600a8

haplokuon edited this page May 6, 2023 · 1 revision

Uvector Property

netDxf 3.0.0 Library

Gets or sets the image U-vector.

Definition

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

C#

public Vector2 Uvector { get; set; }

VB

Public Property Uvector As Vector2
	Get
	Set

C++

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

F#

member Uvector : Vector2 with get, set

Property Value

Vector2

See Also

Reference

Image Class
netDxf.Entities Namespace

Clone this wiki locally