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

2901a0fe b240 800c 413a fd974d02fd34

haplokuon edited this page May 6, 2023 · 1 revision

GetTransformation Method

netDxf 3.0.0 Library

Gets the user coordinate system rotation matrix.

Definition

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

C#

public Matrix3 GetTransformation()

VB

Public Function GetTransformation As Matrix3

C++

public:
Matrix3 GetTransformation()

F#

member GetTransformation : unit -> Matrix3 

Return Value

Matrix3
A Matrix3.

See Also

Reference

UCS Class
netDxf.Tables Namespace

Clone this wiki locally