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

In This Topic
FillPie Method
In This Topic
Fill pie from this document.
Syntax
'Declaration
 
Public Sub FillPie( _
   ByVal clr As Color, _
   ByVal rc As Rect, _
   ByVal startAngle As Single, _
   ByVal sweepAngle As Single _
) 
 

Parameters

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