Table of Contents

Method AddPie

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

AddPie(Rectangle, float, float)

public void AddPie(Rectangle rect, float startAngle, float sweepAngle)

Parameters

rect Rectangle
startAngle float
sweepAngle float

AddPie(int, int, int, int, float, float)

public void AddPie(int x, int y, int width, int height, float startAngle, float sweepAngle)

Parameters

x int
y int
width int
height int
startAngle float
sweepAngle float

AddPie(float, float, float, float, float, float)

public void AddPie(float x, float y, float width, float height, float startAngle, float sweepAngle)

Parameters

x float
y float
width float
height float
startAngle float
sweepAngle float