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

15b013c1 a57f 636b 3be4 e16c72158679

haplokuon edited this page May 6, 2023 · 1 revision

SetCol Method

netDxf 3.0.0 Library

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

Definition

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

C#

public void SetCol(
	int c,
	GVector vec
)

VB

Public Sub SetCol ( 
	c As Integer,
	vec As GVector
)

C++

public:
void SetCol(
	int c, 
	GVector^ vec
)

F#

member SetCol : 
        c : int * 
        vec : GVector -> unit 

Parameters

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

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally