Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetSelection ( Point p, double pr = 0.05, bool inMotion = false ) : Selection | ||
Line ( ) : System | ||
Line ( Point start, Point stop, LineType type, LineStyle style ) : System | ||
Move ( Selection sel, Point p, Point moveStart ) : void |
public GetSelection ( Point p, double pr = 0.05, bool inMotion = false ) : Selection | ||
p | Point | |
pr | double | |
inMotion | bool | |
return | Selection |
public Line ( Point start, Point stop, LineType type, LineStyle style ) : System | ||
start | Point | |
stop | Point | |
type | LineType | |
style | LineStyle | |
return | System |
public Move ( Selection sel, Point p, Point moveStart ) : void | ||
sel | Selection | |
p | Point | |
moveStart | Point | |
return | void |