StiPainter Class

Namespace: Stimulsoft.Report.Painters

Methods

Method Returns Description
GetImage Image  
GetIndicatorPainter static StiIndicatorTypePainter  
GetPainter static StiPainter  
GetShapePainter static StiShapeTypePainter  
GetThumbnail Bitmap Gets a thumbnail image of the component.
Paint void  
PaintHighlight void  
PaintSelection void  

Method Details

GetImage

GetImage(component: StiComponent, zoom: float, format: StiExportFormat): Image

Parameters

Returns Image


GetIndicatorPainter static

GetIndicatorPainter(type: Type, guiMode: StiGuiMode): StiIndicatorTypePainter

Parameters

Returns StiIndicatorTypePainter


GetPainter static

GetPainter(type: Type, guiMode: StiGuiMode): StiPainter

Parameters

Returns StiPainter


GetShapePainter static

GetShapePainter(type: Type, guiMode: StiGuiMode): StiShapeTypePainter

Parameters

Returns StiShapeTypePainter


GetThumbnail

GetThumbnail(component: StiComponent, width: int, height: int, isDesignTime: bool): Bitmap

Gets a thumbnail image of the component.

Parameters

  • component (StiComponent)
  • width (int) — Width of the thumbnail image.
  • height (int) — Height of the thumbnail image.
  • isDesignTime (bool)

Returns Bitmap — A thumbnail image of the specified size.


Paint

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

Parameters

  • component (StiComponent)
  • e (StiPaintEventArgs)

PaintHighlight

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

Parameters

  • component (StiComponent)
  • e (StiPaintEventArgs)

PaintSelection

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

Parameters

  • component (StiComponent)
  • e (StiPaintEventArgs)