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

40068a8e 41db 99fe 2b4f 129a3237a1a6

haplokuon edited this page May 6, 2023 · 1 revision

Identity Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.Identity(System.Int32,System.Int32)"]

Definition

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

C#

public static GMatrix Identity(
	int numRows,
	int numCols
)

VB

Public Shared Function Identity ( 
	numRows As Integer,
	numCols As Integer
) As GMatrix

C++

public:
static GMatrix^ Identity(
	int numRows, 
	int numCols
)

F#

static member Identity : 
        numRows : int * 
        numCols : int -> GMatrix 

Parameters

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

Return Value

GMatrix
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.Identity(System.Int32,System.Int32)"]

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally