Click or drag to resize

ExtensionsDrawPieSlice Method


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public static void DrawPieSlice(
	this DrawingContext dc,
	Pen pen,
	Brush brush,
	double startAngle,
	double endAngle,
	Point center,
	double radius
)

Parameters

dc  DrawingContext
 
pen  Pen
 
brush  Brush
 
startAngle  Double
 
endAngle  Double
 
center  Point
 
radius  Double
 

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DrawingContext. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also