Home
last modified time | relevance | path

Searched refs:_oppRigthTopPoint (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartGraphics3D.cs297 private int _oppRigthTopPoint = -1; field in System.Windows.Forms.DataVisualization.Charting.ChartGraphics
4157 this._oppRigthTopPoint = -1; in Fill3DRectangleAsCylinder()
4385 if(this._oppLeftBottomPoint != -1 && this._oppRigthTopPoint != -1) in AddEllipseSegment()
4389 rigthTopPoint = this._oppRigthTopPoint; in AddEllipseSegment()
4551 this._oppRigthTopPoint = pointOppositeIndex; in AddEllipseSegment()
4567 this._oppLeftBottomPoint = this._oppRigthTopPoint; in AddEllipseSegment()
4568 this._oppRigthTopPoint = temp; in AddEllipseSegment()