C# Класс Core2D.Editor.Tools.Selection.ArcSelection

Helper class for XArc shape selection.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ArcSelection() публичный Метод

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.
Результат Core2D.Math.Arc

Move() публичный Метод

Move selection.
public Move ( ) : void
Результат void

Remove() публичный Метод

Remove selection.
public Remove ( ) : void
Результат void

ToStateOne() публичный Метод

Transfer selection state to ToolState.One.
public ToStateOne ( ) : void
Результат void

ToStateThree() публичный Метод

Transfer selection state to ToolState.Three.
public ToStateThree ( ) : void
Результат void

ToStateTwo() публичный Метод

Transfer selection state to ToolState.Two.
public ToStateTwo ( ) : void
Результат void