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

Helper class for XPath shape selection.
Afficher le fichier Open project: Core2D/Core2D

Méthodes publiques

Méthode Description
PathSelection ( XLayer layer, XPath shape, ShapeStyle style, BaseShape point ) : Core2D.Project

Initialize new instance of PathSelection class.

Method Details

PathSelection() public méthode

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.
Résultat Core2D.Project