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

Helper class for XPath shape selection.
파일 보기 프로젝트 열기: Core2D/Core2D

공개 메소드들

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

Initialize new instance of PathSelection class.

메소드 상세

PathSelection() 공개 메소드

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