public void Dispose()
 {
     this.ptr = null;
 }
 private CefPrintMargins(cef_print_margins* ptr)
 {
     this.ptr = ptr;
 }
Beispiel #3
0
 private CefPrintMargins(cef_print_margins *ptr)
 {
     this.ptr = ptr;
 }
Beispiel #4
0
 public void Dispose()
 {
     this.ptr = null;
 }
Beispiel #5
0
 internal static CefPrintMargins From(cef_print_margins *ptr)
 {
     return(new CefPrintMargins(ptr));
 }