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

267e9e13 7eeb f8b7 9e1a b08407e981e5

haplokuon edited this page May 6, 2023 · 1 revision

GMatrix(Int32, Int32, Double[]) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the GMatrix class

Definition

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

C#

public GMatrix(
	int numRows,
	int numCols,
	double[] elements
)

VB

Public Sub New ( 
	numRows As Integer,
	numCols As Integer,
	elements As Double()
)

C++

public:
GMatrix(
	int numRows, 
	int numCols, 
	array<double>^ elements
)

F#

new : 
        numRows : int * 
        numCols : int * 
        elements : float[] -> GMatrix

Parameters

  Int32
\[Missing <param name="numRows"/> documentation for "M:netDxf.GTE.GMatrix.#ctor(System.Int32,System.Int32,System.Double[])"\]
  Int32
\[Missing <param name="numCols"/> documentation for "M:netDxf.GTE.GMatrix.#ctor(System.Int32,System.Int32,System.Double[])"\]
  Double[]
\[Missing <param name="elements"/> documentation for "M:netDxf.GTE.GMatrix.#ctor(System.Int32,System.Int32,System.Double[])"\]

See Also

Reference

GMatrix Class
GMatrix Overload
netDxf.GTE Namespace

Clone this wiki locally