C# 클래스 Core2D.Editor.Tools.Selection.ArcSelection

Helper class for XArc shape selection.
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

공개 메소드들

메소드 설명
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