ComponentOne Word for UWP
FillPie Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : FillPie Method
The drawing color.
The drawing rectangle.
The start angle in degree.
The sweep angle in degree.
Fill pie from this document.
Syntax
'Declaration
 
Public Sub FillPie( _
   ByVal clr As Windows.UI.Color, _
   ByVal rc As Windows.Foundation.Rect, _
   ByVal startAngle As System.Single, _
   ByVal sweepAngle As System.Single _
) 
public void FillPie( 
   Windows.UI.Color clr,
   Windows.Foundation.Rect rc,
   System.float startAngle,
   System.float sweepAngle
)

Parameters

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

Reference

C1WordDocument Class
C1WordDocument Members