[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.CanvasItemRenderer

CanvasItemRenderer Class

Represents the rederer for canvas items.

Inheritance
CanvasItemRenderer
Implements
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public class CanvasItemRenderer : ICanvasItemRenderer

Constructors

Name Description
CanvasItemRenderer()

Fields

Name Description
DeviceInfo

Gets or sets the device information.

Page

Gets or sets the Page.

Properties

Name Description
State

Gets or sets the RenderState.

Methods

Name Description
BeginPage(Page)

Begins the specified Page.

DeviceXToInches(float)

Converts value to inches using dpi X.

EndPage()

Ends the page.

InchesToDevice(PointF)

Converts the inch values to device values using dpi settings.

InchesToDevice(RectangleF)

Converts inch rectangle values to device values using dpi settings.

InchesToDevice(SizeF)

Converts the inch values to device values using dpi settings.

InchesToDeviceX(float)

Converting inches to device value using dpi X.

InchesToDeviceY(float)

Converting inches to device value using dpi Y.

Render(CanvasItem)

Renders the specified canvas item.

Reset()

Resets the render state.