'Declaration Public Overloads Sub Pie( _ ByVal boundingBox As Rectangle, _ ByVal endAngle As Single, _ ByVal color As Color _ )
'Usage Dim instance As Draw Dim boundingBox As Rectangle Dim endAngle As Single Dim color As Color instance.Pie(boundingBox, endAngle, color)
public void Pie( Rectangle boundingBox, float endAngle, Color color )
public: void Pie( Rectangle boundingBox, float endAngle, Color color )
Draw Class Draw Members Overload List
©2015. Accusoft Corporation. All Rights Reserved.