StiTextGeom3D Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiGeom3D
Constructors
| Constructor | Description |
|---|---|
| StiTextGeom3D(string text, StiFontGeom font, Color color, StiRotationMode mode, float angle, StiPoint3D point3D, StiRender3D render3D) |
StiTextGeom3D(text: string, font: StiFontGeom, color: Color, mode: StiRotationMode, angle: float, point3D: StiPoint3D, render3D: StiRender3D)
Parameters
- text (string)
- font (StiFontGeom)
- color (Color)
- mode (StiRotationMode)
- angle (float)
- point3D (StiPoint3D)
- render3D (StiRender3D)
Properties
| Property | Type | Description |
|---|---|---|
| Angle | float | |
| Color | Color | |
| Font | StiFontGeom | |
| Mode | StiRotationMode | |
| Text | string |
Methods
| Method | Returns | Description |
|---|---|---|
| DrawElements | void | |
| GetLabelRect | SizeF |
Method Details
DrawElements
DrawElements(context: StiContext, vertices: StiMatrix): void
Parameters
- context (StiContext)
- vertices (StiMatrix)
GetLabelRect
GetLabelRect(context: StiContext): SizeF
Parameters
- context (StiContext)
Returns SizeF