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