This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
0d60b616 e789 8689 9c27 07f6912f42be
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.GetSize(System.Int32@,System.Int32@)"]
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
- 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@)"\]