PDFPageGetProjectionMatrix(RectangleD, RectangleD, PDFPlacement) Method

Returns the projection matrix to project the from rectangle to the to rectangle with a certain placement if needed

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 to,
	RectangleD from,
	PDFPlacement placement = PDFPlacement.Default
)

Parameters

to  RectangleD
from  RectangleD
placement  PDFPlacement  (Optional)

Return Value

MatrixD

See Also