C# Class System.Drawing.PieChart.PieSlice.PeripherySurfaceBounds

Internal structure used to store periphery bounds data.
显示文件 Open project: Longkong/Pojjaman

Public Methods

Method Description
PeripherySurfaceBounds ( float startAngle, float endAngle, PointF startPoint, PointF endPoint ) : System

Method Details

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