Accusoft.PrintProSdk Namespace > Draw Class > Arc Method : Arc(RectangleF,Single,Single,Color) Method |
'Declaration Public Overloads Sub Arc( _ ByVal boundingBox As RectangleF, _ ByVal startAngle As Single, _ ByVal endAngle As Single, _ ByVal color As Color _ )
'Usage Dim instance As Draw Dim boundingBox As RectangleF Dim startAngle As Single Dim endAngle As Single Dim color As Color instance.Arc(boundingBox, startAngle, endAngle, color)
public void Arc( RectangleF boundingBox, float startAngle, float endAngle, Color color )
public: void Arc( RectangleF boundingBox, float startAngle, float endAngle, Color color )
public: void Arc( RectangleF boundingBox, float startAngle, float endAngle, Color color )