PDFPageGetProjectionMatrix(RectangleD, RectangleD, PDFPlacement) Method
Returns the projection matrix to project the from rectangle to the to rectangle with a certain placement if needed
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 to,
RectangleD from,
PDFPlacement placement = PDFPlacement.Default
)
Public Function GetProjectionMatrix (
to As RectangleD,
from As RectangleD,
Optional placement As PDFPlacement = PDFPlacement.Default
) As MatrixD
public:
MatrixD^ GetProjectionMatrix(
RectangleD to,
RectangleD from,
PDFPlacement placement = PDFPlacement::Default
)
member GetProjectionMatrix :
to : RectangleD *
from : RectangleD *
?placement : PDFPlacement
(* Defaults:
let _placement = defaultArg placement PDFPlacement.Default
*)
-> MatrixD
- to RectangleD
- from RectangleD
- placement PDFPlacement (Optional)
MatrixD