Click or drag to resize

PdfiumSetWorldTransform Method

The SetWorldTransform function sets a two-dimensional linear transformation between world space and page space for the specified device context. This transformation can be used to scale, rotate, shear, or translate graphics output.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void SetWorldTransform(
	IntPtr hdc,
	FS_MATRIX pMatrix
)

Parameters

hdc  IntPtr
A handle to the device context.
pMatrix  FS_MATRIX
A pointer to an FS_MATRIX structure that contains the transformation data.
See Also