StiPie3dQuadrilateral Class
Namespace: Stimulsoft.Report.Chart
Constructors
| Constructor | Description |
|---|---|
| constructor(Rectangle rectangle, Point point1, Point point2, Point point3, Point point4, boolean toClose, StiAnimation animation) |
constructor(rectangle: Rectangle, point1: Point, point2: Point, point3: Point, point4: Point, toClose: boolean, animation: StiAnimation)
Parameters
- rectangle (Rectangle)
- point1 (Point)
- point2 (Point)
- point3 (Point)
- point4 (Point)
- toClose (boolean)
- animation (StiAnimation)
Methods
| Method | Returns | Description |
|---|---|---|
| draw | void | |
empty static |
StiPie3dQuadrilateral |
Method Details
draw
draw(context: StiContext, pen: StiPenGeom, brush: StiBrush): void
Parameters
- context (StiContext)
- pen (StiPenGeom)
- brush (StiBrush)
empty static
empty(): StiPie3dQuadrilateral
Returns StiPie3dQuadrilateral
Fields
| Field | Type | Description |
|---|---|---|
| animation | StiAnimation | |
| point1 | Point | |
| point2 | Point | |
| point3 | Point | |
| point4 | Point | |
| rectangle | Rectangle | |
| toClose | boolean |