C# 클래스 PixelFarm.Drawing.GraphicsPath

상속: System.IDisposable
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
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