[]
Page drawing device
public sealed class PageDrawingDevice : DrawingDeviceBase, IDrawingDevice, ITextMeasurer, IDisposable
Name | Description |
---|---|
PageDrawingDevice(ITextLayoutService, DrawCanvas, TextAlignment, Font, Color, Direction, RectangleF) |
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. |