StiLineGeom3D Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiGeom3D

Constructors

Constructor Description
StiLineGeom3D(StiPoint3D startPoint, StiPoint3D endPoint, Color color, float lineWidth, StiPenStyle style, StiRender3D render3D)  

StiLineGeom3D(startPoint: StiPoint3D, endPoint: StiPoint3D, color: Color, lineWidth: float, style: StiPenStyle, render3D: StiRender3D)

Parameters

Properties

Property Type Description
Color Color  
LineWidth float  
PenStyle StiPenStyle  

Methods

Method Returns Description
DrawElements void  

Method Details

DrawElements

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

Parameters