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

43c7c41c 3095 a1d9 5606 df743aaae207

haplokuon edited this page May 6, 2023 · 1 revision

GetRow Method

netDxf 3.0.0 Library

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

Definition

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

C#

public GVector GetRow(
	int r
)

VB

Public Function GetRow ( 
	r As Integer
) As GVector

C++

public:
GVector^ GetRow(
	int r
)

F#

member GetRow : 
        r : int -> GVector 

Parameters

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

Return Value

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

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally