C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / DrawArc Method
The drawing pen.
The drawing rectangle.
The start angle in degree.
The sweep angle in degree.

In This Topic
DrawArc Method
In This Topic
Draw arc from this document.
Syntax
'Declaration
 
Public Sub DrawArc( _
   ByVal pen As Pen, _
   ByVal rc As Rect, _
   ByVal startAngle As Single, _
   ByVal sweepAngle As Single _
) 
 

Parameters

pen
The drawing pen.
rc
The drawing rectangle.
startAngle
The start angle in degree.
sweepAngle
The sweep angle in degree.
See Also