StiLinePrimitiveGdiPainter Class

Namespace: Stimulsoft.Report.Painters

Inheritance

Inherits from: StiComponentGdiPainter

Methods

Method Returns Description
AddDotToPath void  
CheckRectForOverflow void  
DrawDot void  
PaintHighlight void  

Method Details

AddDotToPath

AddDotToPath(path: GraphicsPath, x: double, y: double, size: float): void

Parameters


CheckRectForOverflow

CheckRectForOverflow(rect: RectangleD): void

Parameters


DrawDot

DrawDot(g: Graphics, pen: Pen, x: double, y: double, size: float): void

Parameters

  • g (Graphics)
  • pen (Pen)
  • x (double)
  • y (double)
  • size (float)

PaintHighlight

PaintHighlight(component: StiComponent, e: StiPaintEventArgs): void

Parameters

  • component (StiComponent)
  • e (StiPaintEventArgs)