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

f1466cf1 7c35 d5a3 e178 a4ea94278fee

haplokuon edited this page May 6, 2023 · 1 revision

Vector2(Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of Vector2.

Definition

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

C#

public Vector2(
	double value
)

VB

Public Sub New ( 
	value As Double
)

C++

public:
Vector2(
	double value
)

F#

new : 
        value : float -> Vector2

Parameters

  Double
X, Y component.

See Also

Reference

Vector2 Structure
Vector2 Overload
netDxf Namespace

Clone this wiki locally