C# Класс PixelFarm.Drawing.GraphicsPath

Наследование: System.IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddArc() публичный Метод

public AddArc ( RectangleF rectF, float startAngle, float sweepAngle ) : void
rectF RectangleF
startAngle float
sweepAngle float
Результат void

AddArc() публичный Метод

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
Результат void

AddBezierCurve() публичный Метод

public AddBezierCurve ( PointF p1, PointF p2, PointF p3, PointF p4 ) : void
p1 PointF
p2 PointF
p3 PointF
p4 PointF
Результат void

AddEllipse() публичный Метод

public AddEllipse ( float x, float y, float w, float h ) : void
x float
y float
w float
h float
Результат void

AddLine() публичный Метод

public AddLine ( PointF p1, PointF p2 ) : void
p1 PointF
p2 PointF
Результат void

AddLine() публичный Метод

public AddLine ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
Результат void

AddRectangle() публичный Метод

public AddRectangle ( RectangleF rectF ) : void
rectF RectangleF
Результат void

CloseFigure() публичный Метод

public CloseFigure ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetPathData() публичный статический Метод

public static GetPathData ( GraphicsPath p, List &points, List &cmds ) : void
p GraphicsPath
points List
cmds List
Результат void

GraphicsPath() публичный Метод

public GraphicsPath ( ) : System.Collections.Generic
Результат System.Collections.Generic

StartFigure() публичный Метод

public StartFigure ( ) : void
Результат void