This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
1fa662ba 6ab7 2fa9 4e1e ae28162bdfdc
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the GVector class
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
- 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)"\]