C# 클래스 NewTOAPIA.Drawing.GPath

상속: IBracket
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
AddVertex ( System.Point aPoint, PathCommand aCommand, bool closeFigure ) : void
AddVertex ( Point3D aPoint, GDIPathCommand aCommand, bool closeFigure ) : void
Begin ( ) : void

Begin a Path. If the path is already frozen, then this will have no effect.

BezierTo ( int x, int y, bool closeFigure ) : void
End ( ) : void

End the path.

GPath ( ) : System
GPath ( System.Guid uniqueID ) : System
GPath ( System.Point vertices, byte commands ) : System
GPath ( Point3D vertices, byte commands ) : System
LineTo ( double x, double y, bool closeFigure ) : void
LineTo ( int x, int y, bool closeFigure ) : void
MoveTo ( double x, double y, bool closeFigure ) : void
MoveTo ( int x, int y, bool closeFigure ) : void

보호된 메소드들

메소드 설명
OnBegin ( ) : void
OnEnd ( ) : void
SetPath ( System.Point vertices, byte commands ) : void
SetPath ( Point3D vertices, byte commands ) : void

메소드 상세

AddVertex() 공개 메소드

public AddVertex ( System.Point aPoint, PathCommand aCommand, bool closeFigure ) : void
aPoint System.Point
aCommand PathCommand
closeFigure bool
리턴 void

AddVertex() 공개 메소드

public AddVertex ( Point3D aPoint, GDIPathCommand aCommand, bool closeFigure ) : void
aPoint Point3D
aCommand GDIPathCommand
closeFigure bool
리턴 void

Begin() 공개 메소드

Begin a Path. If the path is already frozen, then this will have no effect.
public Begin ( ) : void
리턴 void

BezierTo() 공개 메소드

public BezierTo ( int x, int y, bool closeFigure ) : void
x int
y int
closeFigure bool
리턴 void

End() 공개 메소드

End the path.
public End ( ) : void
리턴 void

GPath() 공개 메소드

public GPath ( ) : System
리턴 System

GPath() 공개 메소드

public GPath ( System.Guid uniqueID ) : System
uniqueID System.Guid
리턴 System

GPath() 공개 메소드

public GPath ( System.Point vertices, byte commands ) : System
vertices System.Point
commands byte
리턴 System

GPath() 공개 메소드

public GPath ( Point3D vertices, byte commands ) : System
vertices Point3D
commands byte
리턴 System

LineTo() 공개 메소드

public LineTo ( double x, double y, bool closeFigure ) : void
x double
y double
closeFigure bool
리턴 void

LineTo() 공개 메소드

public LineTo ( int x, int y, bool closeFigure ) : void
x int
y int
closeFigure bool
리턴 void

MoveTo() 공개 메소드

public MoveTo ( double x, double y, bool closeFigure ) : void
x double
y double
closeFigure bool
리턴 void

MoveTo() 공개 메소드

public MoveTo ( int x, int y, bool closeFigure ) : void
x int
y int
closeFigure bool
리턴 void

OnBegin() 보호된 메소드

protected OnBegin ( ) : void
리턴 void

OnEnd() 보호된 메소드

protected OnEnd ( ) : void
리턴 void

SetPath() 보호된 메소드

protected SetPath ( System.Point vertices, byte commands ) : void
vertices System.Point
commands byte
리턴 void

SetPath() 보호된 메소드

protected SetPath ( Point3D vertices, byte commands ) : void
vertices Point3D
commands byte
리턴 void