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