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

361afddc e4d9 3d42 16f1 ce760d2b64c2

haplokuon edited this page May 6, 2023 · 1 revision

TransformBy(Matrix4) Method

netDxf 3.0.0 Library

Moves, scales, and/or rotates the current entity given a 4x4 transformation matrix.

Definition

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

C#

public void TransformBy(
	Matrix4 transformation
)

VB

Public Sub TransformBy ( 
	transformation As Matrix4
)

C++

public:
void TransformBy(
	Matrix4 transformation
)

F#

member TransformBy : 
        transformation : Matrix4 -> unit 

Parameters

  Matrix4
Transformation matrix.

Remarks

Matrix4 adopts the convention of using column vectors to represent a transformation matrix.

See Also

Reference

AttributeDefinition Class
TransformBy Overload
netDxf.Entities Namespace

Clone this wiki locally