Exemple #1
0
 public static WindowsRegion FromHregion(WindowsRegionSafeHandle hRegion)
 {
     return(new WindowsRegion(hRegion));
 }
Exemple #2
0
 private WindowsRegion(WindowsRegionSafeHandle hRegion)
 {
     _HRegion = hRegion;
 }