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