Exemplo n.º 1
0
 internal DisplayPlanePropertiesKhr(Interop.DisplayPlanePropertiesKhr* ptr)
 {
     m = ptr;
     Initialize ();
 }
Exemplo n.º 2
0
 public DisplayPlanePropertiesKhr()
 {
     m = (Interop.DisplayPlanePropertiesKhr*) Interop.Structure.Allocate (typeof (Interop.DisplayPlanePropertiesKhr));
     Initialize ();
 }