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

Helper class for XPoint shape selection.
Показать файл Открыть проект

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

Метод Описание
PointSelection ( XLayer layer, XPoint shape, ShapeStyle style, BaseShape point ) : Core2D.Project

Initialize new instance of PointSelection class.

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

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

Initialize new instance of PointSelection class.
public PointSelection ( XLayer layer, XPoint shape, ShapeStyle style, BaseShape point ) : Core2D.Project
layer Core2D.Project.XLayer The selection shapes layer.
shape Core2D.Shapes.XPoint The selected shape.
style Core2D.Style.ShapeStyle The selection shapes style.
point Core2D.Shape.BaseShape The selection point shape.
Результат Core2D.Project