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

22ff161b f5b0 b1bf a2f5 919996881b20

haplokuon edited this page May 6, 2023 · 1 revision

ToArray Method

netDxf 3.0.0 Library

Returns an array that represents the vector.

Definition

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

C#

public double[] ToArray()

VB

Public Function ToArray As Double()

C++

public:
array<double>^ ToArray()

F#

member ToArray : unit -> float[] 

Return Value

Double[]
Array.

See Also

Reference

Vector2 Structure
netDxf Namespace

Clone this wiki locally