[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice

PageDrawingDevice Class

Page drawing device

Inheritance
PageDrawingDevice
Namespace: GrapeCity.ActiveReports.BarCodes.Drawing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class PageDrawingDevice : DrawingDeviceBase, IDrawingDevice, ITextMeasurer, IDisposable

Constructors

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

Methods

Name Description
Dispose()
DrawEllipse(PointF, float, float, float)

Fills circle.

DrawString(string, RectangleF)

Draws the specified text at the specified location using the specified device context, font, and color.

FillPolygon(PointF[])

Fills polygon.

FillRectangle(RectangleF)

Fills the interior with a rectangle specified by a pair of coordinates, a width, and a height.

MeasureString(string)

Measures the specified text when drawn with the specified font.

Extension Methods