[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.-ctor

PageDrawingDevice Constructor

PageDrawingDevice(ITextLayoutService, DrawCanvas, TextAlignment, Font, Color, Direction, RectangleF)

Initializes a new instance of PageDrawingDevice with the specified rendering parameters.

Declaration
public PageDrawingDevice(ITextLayoutService textLayout, DrawCanvas page, TextAlignment captionAlignment, Font font, Color color, Direction direction, RectangleF bounds)
Parameters
Type Name Description
ITextLayoutService textLayout

The text layout service for measuring and rendering text.

DrawCanvas page

The draw canvas to render onto.

TextAlignment captionAlignment

The text alignment for captions.

Font font

The font used for rendering text.

Color color

The foreground color.

Direction direction

The drawing direction.

RectangleF bounds

The bounding rectangle for this device.