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

97ffa776 5c99 c9ce 66f2 ec1a2259f10d

haplokuon edited this page May 6, 2023 · 1 revision

SetRow Method

netDxf 3.0.0 Library

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

Definition

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

C#

public void SetRow(
	int r,
	GVector vec
)

VB

Public Sub SetRow ( 
	r As Integer,
	vec As GVector
)

C++

public:
void SetRow(
	int r, 
	GVector^ vec
)

F#

member SetRow : 
        r : int * 
        vec : GVector -> unit 

Parameters

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

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally