Exemplo n.º 1
0
 public static WindowsRegion FromHregion(WindowsRegionSafeHandle hRegion)
 {
     return(new WindowsRegion(hRegion));
 }
Exemplo n.º 2
0
 private WindowsRegion(WindowsRegionSafeHandle hRegion)
 {
     _HRegion = hRegion;
 }