public Region(Rectangle rect) { Status status = GDIPlus.GdipCreateRegionRectI(ref rect, out nativeRegion); GDIPlus.CheckStatus(status); }