ACadSharp.Objects.MultiLeaderAnnotContext.TransformationMatrix - DomCR/ACadSharp GitHub Wiki

TransformationMatrix Property

Gets a array of 16 doubles containg the complete transformation matrix.

Remarks

Order of transformation is: Rotation, OCS to WCS (using normal vector), Scaling (using scale vector), Translation (using location)

Definition

Namespace: ACadSharp.Objects.MultiLeaderAnnotContext

C#

DxfCodeValueAttribute
public Matrix4 TransformationMatrix { get; set; }

Property Value

Matrix4

⚠️ **GitHub.com Fallback** ⚠️