Represents a world space transform. When first created the object defaults to the identity - no transformation.

A world space transform is not same an object transform. You are changing the coordinate system - not the objects you're inserting.

System.Object
   WebSupergoo.ABCpdf7.XTransform

 

   
   
Method Description
Invert Invert the transform.
Magnify Scale about a locked anchor point.
Reset Reset to the identity.
Rotate Rotate about a locked anchor point (angle unit according to AngleUnit property, degrees or radians).
Skew Skew horizontally and vertically about a locked anchor point.
SetTransform Set the transform.
ToString Returns a string representation of the object.
Translate Translate horizontally and vertically.

 

   
   
Property Description
String A string representation of the transform.
AngleUnit The angle units, degrees or radians.
Elements The transform as an array of floating-point values.
Matrix The transform as a .NET Matrix.
OffsetX The x translation.
OffsetY The y translation.