메소드 | 설명 | |
---|---|---|
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 |
public AddVertex ( System.Point aPoint, PathCommand aCommand, bool closeFigure ) : void | ||
aPoint | System.Point | |
aCommand | PathCommand | |
closeFigure | bool | |
리턴 | void |
public AddVertex ( Point3D aPoint, GDIPathCommand aCommand, bool closeFigure ) : void | ||
aPoint | Point3D | |
aCommand | GDIPathCommand | |
closeFigure | bool | |
리턴 | void |
public BezierTo ( int x, int y, bool closeFigure ) : void | ||
x | int | |
y | int | |
closeFigure | bool | |
리턴 | void |
public GPath ( System.Point vertices, byte commands ) : System | ||
vertices | System.Point | |
commands | byte | |
리턴 | System |
public GPath ( Point3D vertices, byte commands ) : System | ||
vertices | Point3D | |
commands | byte | |
리턴 | System |
public LineTo ( double x, double y, bool closeFigure ) : void | ||
x | double | |
y | double | |
closeFigure | bool | |
리턴 | void |
public LineTo ( int x, int y, bool closeFigure ) : void | ||
x | int | |
y | int | |
closeFigure | bool | |
리턴 | void |
public MoveTo ( double x, double y, bool closeFigure ) : void | ||
x | double | |
y | double | |
closeFigure | bool | |
리턴 | void |
public MoveTo ( int x, int y, bool closeFigure ) : void | ||
x | int | |
y | int | |
closeFigure | bool | |
리턴 | void |
protected SetPath ( System.Point vertices, byte commands ) : void | ||
vertices | System.Point | |
commands | byte | |
리턴 | void |
protected SetPath ( Point3D vertices, byte commands ) : void | ||
vertices | Point3D | |
commands | byte | |
리턴 | void |