'宣言 Public Function New( _ ByVal location As Point, _ ByVal radius As Integer, _ ByVal startAngle As Single, _ ByVal angleSweep As Single, _ ByVal style As LineStyle _ )
public Arc( Point location, int radius, float startAngle, float angleSweep, LineStyle style )