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 416
af67077c 673b 397f e824 00585489afa8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the GMatrix class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public GMatrix(
int numRows,
int numCols,
int r,
int c
)
VB
Public Sub New (
numRows As Integer,
numCols As Integer,
r As Integer,
c As Integer
)
C++
public:
GMatrix(
int numRows,
int numCols,
int r,
int c
)
F#
new :
numRows : int *
numCols : int *
r : int *
c : int -> GMatrix
- Int32
- \[Missing <param name="numRows"/> documentation for "M:netDxf.GTE.GMatrix.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"\]
- Int32
- \[Missing <param name="numCols"/> documentation for "M:netDxf.GTE.GMatrix.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"\]
- Int32
- \[Missing <param name="r"/> documentation for "M:netDxf.GTE.GMatrix.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"\]
- Int32
- \[Missing <param name="c"/> documentation for "M:netDxf.GTE.GMatrix.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"\]