Method AddArc
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
AddArc(Rectangle, float, float)
public void AddArc(Rectangle rect, float startAngle, float sweepAngle)
Parameters
rect
Rectangle
startAngle
float
sweepAngle
float
AddArc(RectangleF, float, float)
public void AddArc(RectangleF rectF, float startAngle, float sweepAngle)
Parameters
rectF
RectangleF
startAngle
float
sweepAngle
float
AddArc(int, int, int, int, float, float)
public void AddArc(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
AddArc(float, float, float, float, float, float)
public void AddArc(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