HiQPdf Documentation

PdfDrawableObjectSetSkewAngles Method

HiQPdf Client for .NET Core
Sets the clockwise skew angles of the coordinates system before drawing this object in PDF

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void SetSkewAngles(
	float angleX,
	float angleY
)

Parameters

angleX
Type: SystemSingle
Horizontal skew angle
angleY
Type: SystemSingle
Vertical skew angle
See Also

Reference