public static PdnRegion CreateEmpty() { PdnRegion region = new PdnRegion(); region.MakeEmpty(); return(region); }