StiButtonElementGdiPainter Class

Namespace: Stimulsoft.Dashboard.Drawing.Painters

Inheritance

Inherits from: StiControlElementGdiPainter

Methods

Method Returns Description
PaintBackground void  
PaintButton static void  
PaintContent void  
PaintNotEnabled void  

Method Details

PaintBackground

PaintBackground(g: Graphics, rect: RectangleD, element: IStiElement): void

Parameters


PaintButton static

PaintButton(g: Graphics, rect: RectangleD, element: IStiElement, state: StiButtonVisualState, isChecked: bool, scale: float): void

Parameters

  • g (Graphics)
  • rect (RectangleD)
  • element (IStiElement)
  • state (StiButtonVisualState)
  • isChecked (bool)
  • scale (float)

PaintContent

PaintContent(g: Graphics, rect: RectangleD, element: IStiElement): void

Parameters


PaintNotEnabled

PaintNotEnabled(g: Graphics, rect: RectangleF, element: IStiElement, zoom: double?): void

Parameters

  • g (Graphics)
  • rect (RectangleF)
  • element (IStiElement)
  • zoom (double?)