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