C# Class PixelFarm.Drawing.GraphicsPath

Inheritance: System.IDisposable
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddArc ( RectangleF rectF, float startAngle, float sweepAngle ) : void
rectF RectangleF
startAngle float
sweepAngle float
Résultat void

AddArc() public méthode

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
Résultat void

AddBezierCurve() public méthode

public AddBezierCurve ( PointF p1, PointF p2, PointF p3, PointF p4 ) : void
p1 PointF
p2 PointF
p3 PointF
p4 PointF
Résultat void

AddEllipse() public méthode

public AddEllipse ( float x, float y, float w, float h ) : void
x float
y float
w float
h float
Résultat void

AddLine() public méthode

public AddLine ( PointF p1, PointF p2 ) : void
p1 PointF
p2 PointF
Résultat void

AddLine() public méthode

public AddLine ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
Résultat void

AddRectangle() public méthode

public AddRectangle ( RectangleF rectF ) : void
rectF RectangleF
Résultat void

CloseFigure() public méthode

public CloseFigure ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetPathData() public static méthode

public static GetPathData ( GraphicsPath p, List &points, List &cmds ) : void
p GraphicsPath
points List
cmds List
Résultat void

GraphicsPath() public méthode

public GraphicsPath ( ) : System.Collections.Generic
Résultat System.Collections.Generic

StartFigure() public méthode

public StartFigure ( ) : void
Résultat void