Override this procedure if GetDrawingFlags does not set the DrawingFlagsEnum.UseGdiDrawing flag.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
protected virtual void InternalDraw( Graphics graphics, DrawParams drawParams ) |
Visual Basic |
---|
Protected Overridable Sub InternalDraw ( _ graphics As Graphics, _ drawParams As DrawParams _ ) |
Parameters
- graphics
- Type: System.Drawing..::..Graphics
Graphics object on which the object is being drawn.
- drawParams
- Type: DrawParams
Contains data needed for drawing.