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

e4f231f2 3508 911d ea49 19d9dd1f158f

haplokuon edited this page May 6, 2023 · 1 revision

Zero Property

netDxf 3.0.0 Library

Zero vector.

Definition

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

C#

public static Vector2 Zero { get; }

VB

Public Shared ReadOnly Property Zero As Vector2
	Get

C++

public:
static property Vector2 Zero {
	Vector2 get ();
}

F#

static member Zero : Vector2 with get

Property Value

Vector2

See Also

Reference

Vector2 Structure
netDxf Namespace

Clone this wiki locally