CanvasControlLibrary.Models.CCLBoundaryFillableMapProps.CCLBoundaryFillableMapProps C# (CSharp) Méthode

CCLBoundaryFillableMapProps() public méthode

public CCLBoundaryFillableMapProps ( ) : System
Résultat System
        public CCLBoundaryFillableMapProps()
        {
            FillPoints = new List<List<int>>();
        }
CCLBoundaryFillableMapProps