Method CalculateMatrix

Namespace TallComponents.PDF.Rasterizer
Class Page

Calculates matrix for methods Page.Draw(SKBitmap, SKMatrix, ...) and DrawJob.Start(SKBitmap, SKMatrix, ...)

Syntax

public  SKMatrix  CalculateMatrix( SKMatrix  matrix PageBoundary  boundary )

Returns

SKMatrix

Parameters


SKMatrix matrix
This matrix is prepended into base matrix (72 dpi scale, bottom left corner of the rendering box is mapped into bottom left corner of the target bitmap)

PageBoundary boundary
Specify boundary of the page used for calculation