C# Class PixelFarm.Drawing.GraphicsPath

Inheritance: System.IDisposable
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddArc ( RectangleF rectF, float startAngle, float sweepAngle ) : void
AddArc ( float x, float y, float width, float height, float startAngle, float sweepAngle ) : void
AddBezierCurve ( PointF p1, PointF p2, PointF p3, PointF p4 ) : void
AddEllipse ( float x, float y, float w, float h ) : void
AddLine ( PointF p1, PointF p2 ) : void
AddLine ( float x1, float y1, float x2, float y2 ) : void
AddRectangle ( RectangleF rectF ) : void
CloseFigure ( ) : void
Dispose ( ) : void
GetPathData ( GraphicsPath p, List &points, List &cmds ) : void
GraphicsPath ( ) : System.Collections.Generic
StartFigure ( ) : void

Method Details

AddArc() public method

public AddArc ( RectangleF rectF, float startAngle, float sweepAngle ) : void
rectF RectangleF
startAngle float
sweepAngle float
return void

AddArc() public method

public AddArc ( float x, float y, float width, float height, float startAngle, float sweepAngle ) : void
x float
y float
width float
height float
startAngle float
sweepAngle float
return void

AddBezierCurve() public method

public AddBezierCurve ( PointF p1, PointF p2, PointF p3, PointF p4 ) : void
p1 PointF
p2 PointF
p3 PointF
p4 PointF
return void

AddEllipse() public method

public AddEllipse ( float x, float y, float w, float h ) : void
x float
y float
w float
h float
return void

AddLine() public method

public AddLine ( PointF p1, PointF p2 ) : void
p1 PointF
p2 PointF
return void

AddLine() public method

public AddLine ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
return void

AddRectangle() public method

public AddRectangle ( RectangleF rectF ) : void
rectF RectangleF
return void

CloseFigure() public method

public CloseFigure ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetPathData() public static method

public static GetPathData ( GraphicsPath p, List &points, List &cmds ) : void
p GraphicsPath
points List
cmds List
return void

GraphicsPath() public method

public GraphicsPath ( ) : System.Collections.Generic
return System.Collections.Generic

StartFigure() public method

public StartFigure ( ) : void
return void