StiConstantLinesYGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiConstantLinesYGeom(IStiConstantLines line, RectangleF clientRectangle, PointF point, StiRotationMode mode)  

StiConstantLinesYGeom(line: IStiConstantLines, clientRectangle: RectangleF, point: PointF, mode: StiRotationMode)

Parameters

  • line (IStiConstantLines)
  • clientRectangle (RectangleF)
  • point (PointF)
  • mode (StiRotationMode)

Methods

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

Method Details

Contains

Contains(x: float, y: float): bool

Parameters

  • x (float)
  • y (float)

Returns bool


Draw

Draw(context: StiContext): void

Draws area geom object on spefied context.

Parameters