StiTableCellCheckBoxGdiPainter Class
Namespace: Stimulsoft.Report.Painters
Inheritance
Inherits from: StiComponentGdiPainter
Methods
| Method | Returns | Description |
|---|---|---|
| GetImage | Image | |
| Paint | void | |
PaintCheck static |
void | |
| PaintSelection | void |
Method Details
GetImage
GetImage(component: StiComponent, zoom: float, format: StiExportFormat): Image
Parameters
- component (StiComponent)
- zoom (float)
- format (StiExportFormat)
Returns Image
Paint
Paint(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)
PaintCheck static
PaintCheck(checkBox: StiTableCellCheckBox, g: Graphics, rect: RectangleD, zoom: float): void
Parameters
- checkBox (StiTableCellCheckBox)
- g (Graphics)
- rect (RectangleD)
- zoom (float)
PaintSelection
PaintSelection(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)