[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.GraphicsRenderContext

GraphicsRenderContext Class

Represents the context for rendering graphics.

Inheritance
GraphicsRenderContext
Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class GraphicsRenderContext

Constructors

Name Description
GraphicsRenderContext(ITargetDevice, IDrawingCanvas, ITextMetricsProvider, IRenderersFactory, IBookmarkService, EvalMessageInfo, bool, bool, bool)

Fields

Name Description
RenderDynamicallyHidden

If True the dynamically hidden content will be rendered at first. It is necessary when there are one more layer which is responsible for dynamic visibility (for example ReportMetaCanvas)

Properties

Name Description
BookmarkService

Gets factory.

Canvas

The canvas to draw on.

DoBackground
DoBorders
DoContent
EvalMessage
MetricsProvider

Gets metrics provider.

RenderersFactory

Gets factory.

TargetDevice

Specifies ITargetDevice associated with this context

Methods

Name Description
CreateInstance(ITargetDevice, IDrawingCanvas, ITextMetricsProvider, IRenderersFactory, IBookmarkService, EvalMessageInfo, bool, bool, bool, IPatchCollector)

Extension Methods