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

0d60b616 e789 8689 9c27 07f6912f42be

haplokuon edited this page May 6, 2023 · 1 revision

GetSize Method

netDxf 3.0.0 Library

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

Definition

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

C#

public void GetSize(
	out int rows,
	out int cols
)

VB

Public Sub GetSize ( 
	<OutAttribute> ByRef rows As Integer,
	<OutAttribute> ByRef cols As Integer
)

C++

public:
void GetSize(
	[OutAttribute] int% rows, 
	[OutAttribute] int% cols
)

F#

member GetSize : 
        rows : int byref * 
        cols : int byref -> unit 

Parameters

  Int32
\[Missing <param name="rows"/> documentation for "M:netDxf.GTE.GMatrix.GetSize(System.Int32@,System.Int32@)"\]
  Int32
\[Missing <param name="cols"/> documentation for "M:netDxf.GTE.GMatrix.GetSize(System.Int32@,System.Int32@)"\]

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally