Core2D.Editor.Tools.Selection.EllipseSelection.EllipseSelection C# (CSharp) Méthode

EllipseSelection() public méthode

Initialize new instance of EllipseSelection class.
public EllipseSelection ( XLayer layer, XEllipse shape, ShapeStyle style, BaseShape point ) : Core2D.Project
layer Core2D.Project.XLayer The selection shapes layer.
shape Core2D.Shapes.XEllipse The selected shape.
style Core2D.Style.ShapeStyle The selection shapes style.
point Core2D.Shape.BaseShape The selection point shape.
Résultat Core2D.Project
        public EllipseSelection(XLayer layer, XEllipse shape, ShapeStyle style, BaseShape point)
        {
            _layer = layer;
            _ellipse = shape;
            _style = style;
            _point = point;
        }