StiGdiShapeTypePainter Class

Namespace: Stimulsoft.Report.Painters

Inheritance

Inherits from: StiShapeTypePainter

Methods

Method Returns Description
DrawShape static (+1 overloads) void  
GetRect RectangleF  
GetRectLeftRight RectangleF  
GetRectTopBottom RectangleF  

Method Details

DrawShape static

DrawShape(g: Graphics, shape: StiShape, **: Pointpoints, **rect: RectangleF): void

Parameters

  • g (Graphics)
  • shape (StiShape)
  • ** (Pointpoints)
  • rect (RectangleF)

DrawShape(g: Graphics, shape: StiShape, path: GraphicsPath, rect: RectangleF, zoom: float): void

Parameters


GetRect

GetRect(shape: StiShape, rect: RectangleF, zoom: float): RectangleF

Parameters

  • shape (StiShape)
  • rect (RectangleF)
  • zoom (float)

Returns RectangleF


GetRectLeftRight

GetRectLeftRight(shape: StiShape, rect: RectangleF, zoom: float): RectangleF

Parameters

  • shape (StiShape)
  • rect (RectangleF)
  • zoom (float)

Returns RectangleF


GetRectTopBottom

GetRectTopBottom(shape: StiShape, rect: RectangleF, zoom: float): RectangleF

Parameters

  • shape (StiShape)
  • rect (RectangleF)
  • zoom (float)

Returns RectangleF