PDFPageGetProjectionMatrix(RectangleD, Double, PDFPlacement) Method
Returns the projection matrix to project the from rectangle to the page with scaling and placement
Namespace: PCBI_API_Extensions.PDFAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public MatrixD GetProjectionMatrix(
RectangleD from,
double scaling,
PDFPlacement placement
)
Public Function GetProjectionMatrix (
from As RectangleD,
scaling As Double,
placement As PDFPlacement
) As MatrixD
public:
MatrixD^ GetProjectionMatrix(
RectangleD from,
double scaling,
PDFPlacement placement
)
member GetProjectionMatrix :
from : RectangleD *
scaling : float *
placement : PDFPlacement -> MatrixD
- from RectangleD
- scaling Double
- placement PDFPlacement
MatrixD