PDF for WinRT
FillPie Method


Windows.UI.Color object that determines the color used to fill the pie shape.
Windows.Foundation.Rect structure that represents the bounding rectangle of the ellipse that contains the pie shape.
Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.
Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.
Fills a pie shape defined by an ellipse specified by a Windows.Foundation.Rect structure and two radial lines.
Syntax
'Declaration
 
Public Sub FillPie( _
   ByVal color As Color, _
   ByVal rc As Rect, _
   ByVal startAngle As Double, _
   ByVal sweepAngle As Double _
) 
'Usage
 
Dim instance As C1PdfDocument
Dim color As Color
Dim rc As Rect
Dim startAngle As Double
Dim sweepAngle As Double
 
instance.FillPie(color, rc, startAngle, sweepAngle)
public void FillPie( 
   Color color,
   Rect rc,
   double startAngle,
   double sweepAngle
)

Parameters

color
Windows.UI.Color object that determines the color used to fill the pie shape.
rc
Windows.Foundation.Rect structure that represents the bounding rectangle of the ellipse that contains the pie shape.
startAngle
Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.
sweepAngle
Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.
Remarks
All coordinates are expressed in points, measured from the upper-left corner of the page.
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

C1PdfDocument Class
C1PdfDocument Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback