StiConstantLinesVerticalGeom Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiCellGeom
Constructors
| Constructor | Description |
|---|---|
| StiConstantLinesVerticalGeom(IStiConstantLines line, RectangleF clientRectangle, PointF point, StiRotationMode mode) |
StiConstantLinesVerticalGeom(line: IStiConstantLines, clientRectangle: RectangleF, point: PointF, mode: StiRotationMode)
Parameters
- line (IStiConstantLines)
- clientRectangle (RectangleF)
- point (PointF)
- mode (StiRotationMode)
Properties
| Property | Type | Description |
|---|---|---|
| Line | IStiConstantLines | |
| Mode | StiRotationMode | |
| Point | PointF |
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
- context (StiContext)