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

27d1434c 69f4 3ee6 15ba a4c0e91ebbf8

haplokuon edited this page May 6, 2023 · 1 revision

Unit Method

netDxf 3.0.0 Library

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

Definition

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

C#

public static GMatrix Unit(
	int numRows,
	int numCols,
	int r,
	int c
)

VB

Public Shared Function Unit ( 
	numRows As Integer,
	numCols As Integer,
	r As Integer,
	c As Integer
) As GMatrix

C++

public:
static GMatrix^ Unit(
	int numRows, 
	int numCols, 
	int r, 
	int c
)

F#

static member Unit : 
        numRows : int * 
        numCols : int * 
        r : int * 
        c : int -> GMatrix 

Parameters

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

Return Value

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

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally