Name | Description | |
---|---|---|
BitmapGraphicsRendering Constructor | Create SVG graphics rendering interface. |
The following tables list the members exposed by BitmapGraphicsRendering.
Name | Description | |
---|---|---|
BitmapGraphicsRendering Constructor | Create SVG graphics rendering interface. |
Name | Description | |
---|---|---|
Bitmap | Gets GrapeCity.Documents.Imaging.GcBitmap inner object. | |
BitmapGraphics | Gets GrapeCity.Documents.Imaging.GcBitmapGraphics inner object. | |
ClipRect | Gets clipping area as rectangle bounds. (Inherited from C1.Util.GraphicsRendering) | |
Pen | Gets or sets current pen of this graphics. (Inherited from C1.Util.GraphicsRendering) | |
TextFormat | Gets or sets current text format of this graphics. (Inherited from C1.Util.GraphicsRendering) | |
Transform | Gets transfoming matrix. (Inherited from C1.Util.GraphicsRendering) |
Name | Description | |
---|---|---|
Dispose | Overridden. | |
DrawArc | Draw arc (ellipse segment) with current stroke attributes. (Inherited from C1.Util.GraphicsRendering) | |
DrawDonutSegment | Draw donut segment with current stroke and fill. (Inherited from C1.Util.GraphicsRendering) | |
DrawEllipse | Draw ellipse with current stroke and fill. (Inherited from C1.Util.GraphicsRendering) | |
DrawImage | Overloaded. Draw image using special source. (Inherited from C1.Util.GraphicsRendering) | |
DrawLine | Draw line between two points using current stroke attributes. (Inherited from C1.Util.GraphicsRendering) | |
DrawLines | Draw lines using specified coordinates. (Inherited from C1.Util.GraphicsRendering) | |
DrawPath | Draws a path defined by points and types and fill. (Inherited from C1.Util.GraphicsRendering) | |
DrawPieSegment | Draw pie segment with current stroke and fill. (Inherited from C1.Util.GraphicsRendering) | |
DrawPolygon | Draw polygon with current stroke and fill. (Inherited from C1.Util.GraphicsRendering) | |
DrawRect | Draw rectangle with current stroke and fill. (Inherited from C1.Util.GraphicsRendering) | |
DrawRoundRect | Draw round rectangle with current stroke and fill. (Inherited from C1.Util.GraphicsRendering) | |
DrawString | Overloaded. Draw string at specified position. (Inherited from C1.Util.GraphicsRendering) | |
MeasureString | Measures size of string in layout area. (Inherited from C1.Util.GraphicsRendering) | |
PopClipRect | Pop the clip rectangle. (Inherited from C1.Util.GraphicsRendering) | |
PopTransform | Pop the transform matrix for drawing. (Inherited from C1.Util.GraphicsRendering) | |
PushClipRect | Overloaded. Push the clip rectangle. (Inherited from C1.Util.GraphicsRendering) | |
PushTransform | Push the transform matrix for drawing. (Inherited from C1.Util.GraphicsRendering) | |
SetFill | Sets the fill brush. (Inherited from C1.Util.GraphicsRendering) | |
SetFont | Sets the font. (Inherited from C1.Util.GraphicsRendering) | |
SetOpacity | Changes the brush opacity. (Inherited from C1.Util.GraphicsRendering) | |
SetStroke | Sets the current stroke brush. (Inherited from C1.Util.GraphicsRendering) | |
SetStrokePattern | Sets the stroke pattern. (Inherited from C1.Util.GraphicsRendering) | |
SetStrokeThickness | Sets the stroke thickness. (Inherited from C1.Util.GraphicsRendering) |