메소드 | 설명 | |
---|---|---|
PathLineToRel ( ) : System.Collections.Generic |
Initializes a new instance of the PathLineToRel class.
|
|
PathLineToRel ( IEnumerable |
Initializes a new instance of the PathLineToRel class.
|
|
PathLineToRel ( double x, double y ) : System.Collections.Generic |
Initializes a new instance of the PathLineToRel class.
|
메소드 | 설명 | |
---|---|---|
IPath ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public PathLineToRel ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public PathLineToRel ( IEnumerable |
||
coordinates | IEnumerable |
The coordinates to use. |
리턴 | System.Collections.Generic |
public PathLineToRel ( double x, double y ) : System.Collections.Generic | ||
x | double | The X coordinate. |
y | double | The Y coordinate. |
리턴 | System.Collections.Generic |