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

f9039c69 c78e 5319 8926 b44b428a7456

haplokuon edited this page May 6, 2023 · 1 revision

MakeUnit Method

netDxf 3.0.0 Library

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

Definition

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

C#

public void MakeUnit(
	int r,
	int c
)

VB

Public Sub MakeUnit ( 
	r As Integer,
	c As Integer
)

C++

public:
void MakeUnit(
	int r, 
	int c
)

F#

member MakeUnit : 
        r : int * 
        c : int -> unit 

Parameters

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

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally