Namespace TallComponents.Interaction.WPF.Interactors
Class DocumentCanvasItem
Syntax
public class DocumentCanvasItem : WPFInteractor
Properties
Rect DocumentBounds
The bounds of the page interactor in document space. Should only be called if IsInViewport is true, otherwise throws exception.
Double Height
The height of the PageInteractor in Document (Page) space
Boolean IsRendering
Returns true if rendering is in progress.
Boolean IsVisible
Any part of the current interactor is in the viewport.
Page Page
The page of this page interactor.
Matrix PageTransform
The transformation matrix that transforms coordinates in viewer space to coordinates in page space.
Rect ViewerBounds
Matrix ViewerTransform
The transformation matrix that transforms coordinates in page space to coordinates in viewer space.
Double Width
The width of the PageInteractor in Document (Page) space