C# Class Core2D.Editor.Tools.Selection.QuadraticBezierSelection

Helper class for XQuadraticBezier shape selection.
Show file Open project: Core2D/Core2D Class Usage Examples

Public Methods

Method Description
Move ( ) : void

Move selection.

QuadraticBezierSelection ( XLayer layer, IQuadraticBezier shape, ShapeStyle style, BaseShape point ) : Core2D.Project

Initialize new instance of QuadraticBezierSelection class.

Remove ( ) : void

Remove selection.

ToStateOne ( ) : void

Transfer selection state to ToolState.One.

ToStateTwo ( ) : void

Transfer selection state to ToolState.Two.

Method Details

Move() public method

Move selection.
public Move ( ) : void
return void

QuadraticBezierSelection() public method

Initialize new instance of QuadraticBezierSelection class.
public QuadraticBezierSelection ( XLayer layer, IQuadraticBezier shape, ShapeStyle style, BaseShape point ) : Core2D.Project
layer Core2D.Project.XLayer The selection shapes layer.
shape IQuadraticBezier The selected shape.
style Core2D.Style.ShapeStyle The selection shapes style.
point Core2D.Shape.BaseShape The selection point shape.
return Core2D.Project

Remove() public method

Remove selection.
public Remove ( ) : void
return void

ToStateOne() public method

Transfer selection state to ToolState.One.
public ToStateOne ( ) : void
return void

ToStateTwo() public method

Transfer selection state to ToolState.Two.
public ToStateTwo ( ) : void
return void