StiPictorialAreaGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiAreaGeom

Constructors

Constructor Description
StiPictorialAreaGeom(IStiArea area, RectangleF clientRectangle)  

StiPictorialAreaGeom(area: IStiArea, clientRectangle: RectangleF)

Parameters

  • area (IStiArea)
  • clientRectangle (RectangleF)

Methods

Method Returns Description
Draw void Draws area geom object on spefied context.
DrawGeom void  

Method Details

Draw

Draw(context: StiContext): void

Draws area geom object on spefied context.

Parameters


DrawGeom

DrawGeom(context: StiContext): void

Parameters