System.Drawing.PieChart.PieSlice.PeripherySurfaceBounds.PeripherySurfaceBounds C# (CSharp) Method

PeripherySurfaceBounds() public method

public PeripherySurfaceBounds ( float startAngle, float endAngle, PointF startPoint, PointF endPoint ) : System
startAngle float
endAngle float
startPoint System.Drawing.PointF
endPoint System.Drawing.PointF
return System
            public PeripherySurfaceBounds(float startAngle, float endAngle, PointF startPoint, PointF endPoint)
            {
                m_startAngle = startAngle;
                m_endAngle = endAngle;
                m_startPoint = startPoint;
                m_endPoint = endPoint;
            }
PieSlice.PeripherySurfaceBounds