Beispiel #1
0
 public ClearColorValue(Interop.ClearColorValue *ptr)
 {
     _handle = ptr;
 }
Beispiel #2
0
 public ClearColorValue()
 {
     _handle = (Interop.ClearColorValue *)Interop.Structure.Allocate(typeof(Interop.ClearColorValue));
 }
Beispiel #3
0
 public ClearColorValue()
 {
     m = (Interop.ClearColorValue*) Interop.Structure.Allocate (typeof (Interop.ClearColorValue));
 }
Beispiel #4
0
 internal ClearColorValue(Interop.ClearColorValue* ptr)
 {
     m = ptr;
 }
Beispiel #5
0
 internal ClearColorValue(Interop.ClearColorValue *ptr)
 {
     m = ptr;
 }