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

9a0b251b fc62 f57b b431 23c8858d1337

haplokuon edited this page May 6, 2023 · 1 revision

GetCol Method

netDxf 3.0.0 Library

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

Definition

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

C#

public GVector GetCol(
	int c
)

VB

Public Function GetCol ( 
	c As Integer
) As GVector

C++

public:
GVector^ GetCol(
	int c
)

F#

member GetCol : 
        c : int -> GVector 

Parameters

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

Return Value

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

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally