GoDiagram Win Reference
DrawArc Method

Draw an open arc-shaped section of an ellipse.
Syntax
'Declaration
 
Public Shared Sub DrawArc( _
   ByVal g As Graphics, _
   ByVal view As GoView, _
   ByVal pen As Pen, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal startangle As Single, _
   ByVal sweepangle As Single _
) 
public static void DrawArc( 
   Graphics g,
   GoView view,
   Pen pen,
   float x,
   float y,
   float width,
   float height,
   float startangle,
   float sweepangle
)

Parameters

g
view
pen
x
y
width
height
startangle
sweepangle
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoShape Class
GoShape Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback