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

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

공개 메소드들

메소드 설명
CubicBezierSelection ( XLayer layer, ICubicBezier shape, ShapeStyle style, BaseShape point ) : Core2D.Project

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.

메소드 상세

CubicBezierSelection() 공개 메소드

Initialize new instance of CubicBezierSelection class.
public CubicBezierSelection ( XLayer layer, ICubicBezier shape, ShapeStyle style, BaseShape point ) : Core2D.Project
layer Core2D.Project.XLayer The selection shapes layer.
shape ICubicBezier The selected shape.
style Core2D.Style.ShapeStyle The selection shapes style.
point Core2D.Shape.BaseShape The selection point shape.
리턴 Core2D.Project

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