ACadSharp.Objects.MultiLeaderAnnotContext.TransformationMatrix - DomCR/ACadSharp GitHub Wiki
Gets a array of 16 doubles containg the complete transformation matrix.
Order of transformation is: Rotation, OCS to WCS (using normal vector), Scaling (using scale vector), Translation (using location)Namespace: ACadSharp.Objects.MultiLeaderAnnotContext
C#
DxfCodeValueAttribute
public Matrix4 TransformationMatrix { get; set; }
Matrix4