calcMatrixForDest method

Matrix4? calcMatrixForDest(
  1. PdfDest? dest
)

Calculate the matrix for the specified destination.

dest specifies the destination.

Implementation

Matrix4? calcMatrixForDest(PdfDest? dest) => _state._calcMatrixForDest(dest);