StiLinesGeom3D Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiGeom3D

Constructors

Constructor Description
StiLinesGeom3D(List<StiPoint3D> points, Color color, float lineWidth, StiPenStyle style, StiRender3D render3D)  
StiLinesGeom3D(Color color, float lineWidth, StiPenStyle style, StiRender3D render3D, StiPoint3Dpoints )  

StiLinesGeom3D(points: List<StiPoint3D>, color: Color, lineWidth: float, style: StiPenStyle, render3D: StiRender3D)

Parameters


StiLinesGeom3D(color: Color, lineWidth: float, style: StiPenStyle, render3D: StiRender3D, **: StiPoint3Dpoints)

Parameters

Properties

Property Type Description
Color Color  
LineWidth float  
PenStyle StiPenStyle  
Points List<StiPoint3D>  

Methods

Method Returns Description
DrawElements void  

Method Details

DrawElements

DrawElements(context: StiContext, vertices: StiMatrix): void

Parameters