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

Helper class for XArc shape selection.
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Méthodes publiques

Méthode Description
ArcSelection ( XLayer layer, IArc shape, ShapeStyle style, BaseShape point ) : Core2D.Math.Arc

Initialize new instance of ArcSelection 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.

Method Details

ArcSelection() public méthode

Initialize new instance of ArcSelection class.
public ArcSelection ( XLayer layer, IArc shape, ShapeStyle style, BaseShape point ) : Core2D.Math.Arc
layer Core2D.Project.XLayer The selection shapes layer.
shape IArc The selected shape.
style Core2D.Style.ShapeStyle The selection shapes style.
point Core2D.Shape.BaseShape The selection point shape.
Résultat Core2D.Math.Arc

Move() public méthode

Move selection.
public Move ( ) : void
Résultat void

Remove() public méthode

Remove selection.
public Remove ( ) : void
Résultat void

ToStateOne() public méthode

Transfer selection state to ToolState.One.
public ToStateOne ( ) : void
Résultat void

ToStateThree() public méthode

Transfer selection state to ToolState.Three.
public ToStateThree ( ) : void
Résultat void

ToStateTwo() public méthode

Transfer selection state to ToolState.Two.
public ToStateTwo ( ) : void
Résultat void