PDFPageGetProjectionMatrix(RectangleD, Double, PDFPlacement) Method

Returns the projection matrix to project the from rectangle to the page with scaling and placement

Definition

Namespace: PCBI_API_Extensions.PDF
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public MatrixD GetProjectionMatrix(
	RectangleD from,
	double scaling,
	PDFPlacement placement
)

Parameters

from  RectangleD
scaling  Double
placement  PDFPlacement

Return Value

MatrixD

See Also