[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice

IDrawingDevice Interface

The IDrawingDevice interface provides methods for drawing objects to the display device.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IDrawingDevice : ITextMeasurer

Methods

Name Description
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.

Extension Methods