Exemple #1
0
        public static PdnRegion CreateEmpty()
        {
            PdnRegion region = new PdnRegion();

            region.MakeEmpty();
            return(region);
        }