Method | Description | |
---|---|---|
CubicBezierSelection ( |
Initialize new instance of CubicBezierSelection class.
|
|
Move ( ) : void |
Move selection.
|
|
Remove ( ) : void |
Remove selection.
|
|
ToStateOne ( ) : void |
Transfer selection state to ToolState.One.
|
|
ToStateThree ( ) : void |
Transfer selection state to ToolState.Three.
|
|
ToStateTwo ( ) : void |
Transfer selection state to ToolState.Two.
|
public CubicBezierSelection ( |
||
layer | The selection shapes layer. | |
shape | ICubicBezier | The selected shape. |
style | The selection shapes style. | |
point | The selection point shape. | |
return | Core2D.Project |