Table of Contents

Method SkewTransform

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

SkewTransform(double, double)

Skews the x axis by an angle alpha and the y axis by an angle beta.

public void SkewTransform(double alpha, double beta)

Parameters

alpha double

The alpha angle in degrees.

beta double

The beta angle in degrees.