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

In This Topic
DrawPie Method
In This Topic
Draw pie from this document.
Syntax
'Declaration
 
Public Sub DrawPie( _
   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