Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Sets the current text matrix using xAngle and yAngle. Equivalent of call SetTextMatrix(1, Math.Tan(xAlpha), Math.Tan(yAlpha), 1, 0, 0)
Namespace: Apitron.PDF.Kit.FixedLayout.Content
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Parameters
- xAlpha
- Type: SystemDouble
Angle to skrew x axis, measured in radians. - yAlpha
- Type: SystemDouble
Angle to skrew y axis, measured in radians.
See Also