예제 #1
0
 internal DisplayPlanePropertiesKhr(Interop.DisplayPlanePropertiesKhr* ptr)
 {
     m = ptr;
     Initialize ();
 }
예제 #2
0
 public DisplayPlanePropertiesKhr()
 {
     m = (Interop.DisplayPlanePropertiesKhr*) Interop.Structure.Allocate (typeof (Interop.DisplayPlanePropertiesKhr));
     Initialize ();
 }