.NET API 18,757,904 bytes
PdfMatrix
public PdfMatrix(
float m11,
float m12,
float m21,
float m22,
float dx,
float dy)
public void Rotate(
float angle)
public void Scale(
float scaleX,
float scaleY)
public void Shear(
float shearX,
float shearY)
public void Skew(
float angleX,
float angleY)
public void Translate(
float offsetX,
float offsetY)