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

1fa662ba 6ab7 2fa9 4e1e ae28162bdfdc

haplokuon edited this page May 6, 2023 · 1 revision

GVector(Int32, Int32) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the GVector class

Definition

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

C#

public GVector(
	int size,
	int d
)

VB

Public Sub New ( 
	size As Integer,
	d As Integer
)

C++

public:
GVector(
	int size, 
	int d
)

F#

new : 
        size : int * 
        d : int -> GVector

Parameters

  Int32
\[Missing <param name="size"/> documentation for "M:netDxf.GTE.GVector.#ctor(System.Int32,System.Int32)"\]
  Int32
\[Missing <param name="d"/> documentation for "M:netDxf.GTE.GVector.#ctor(System.Int32,System.Int32)"\]

See Also

Reference

GVector Class
GVector Overload
netDxf.GTE Namespace

Clone this wiki locally