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

7769e6c1 8899 c5da 581b bd313b8a477b

haplokuon edited this page May 6, 2023 · 1 revision

Transpose Method

netDxf 3.0.0 Library

Obtains the transpose matrix.

Definition

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

C#

public Matrix2 Transpose()

VB

Public Function Transpose As Matrix2

C++

public:
Matrix2 Transpose()

F#

member Transpose : unit -> Matrix2 

Return Value

Matrix2
Transpose matrix.

See Also

Reference

Matrix2 Structure
netDxf Namespace

Clone this wiki locally