ClassFixedPageLayoutInfo
Represents fixed page layout info.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Layout
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
public class FixedPageLayoutInfo
Inheritance: objectFixedPageLayoutInfo
Derived Classes:
Constructors
FixedPageLayoutInfo(FixedPageLayoutInfo)
Initializes a new instance of the FixedPageLayoutInfo class.
Declaration
public FixedPageLayoutInfo(FixedPageLayoutInfo other)
Parameters
other
The other.
FixedPageLayoutInfo(RadFixedPage, Rect)
Initializes a new instance of the FixedPageLayoutInfo class.
Declaration
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView)
Parameters
page
RadFixedPage
The page.
positionInView
Rect
The position in view.
FixedPageLayoutInfo(RadFixedPage, Rect, GeneralTransform)
Initializes a new instance of the FixedPageLayoutInfo class.
Declaration
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView, GeneralTransform transformations)
Parameters
page
RadFixedPage
The page.
positionInView
Rect
The position in view.
transformations
GeneralTransform
The transformations.
Properties
FixedPage
Gets the fixed page.
Declaration
public RadFixedPage FixedPage { get; }
Property Value
RadFixedPage
The fixed page.
InverseTransformations
Gets the inverse transformations.
Declaration
public GeneralTransform InverseTransformations { get; }
Property Value
GeneralTransform
The inverse transformations.
PositionInView
Gets the position in view.
Declaration
public Rect PositionInView { get; }
Property Value
Rect
The position in view.
Transformations
Gets the transformations.
Declaration
public GeneralTransform Transformations { get; }
Property Value
GeneralTransform
The transformations.
Methods
CompareFixedPageLayoutInfo(FixedPageLayoutInfo, double)
Compares the fixed page layout info.
Declaration
public static int CompareFixedPageLayoutInfo(FixedPageLayoutInfo info, double offsetY)
Parameters
info
The info.
offsetY
The offset Y.
Returns
GetViewportIntersectionRect(Rect)
Gets the viewport intersection rect.
Declaration
public Rect GetViewportIntersectionRect(Rect viewport)
Parameters
viewport
Rect
The viewport.
Returns
Rect