Exemplo n.º 1
0
 public void Dispose()
 {
     this.ptr = null;
 }
Exemplo n.º 2
0
 private CefPaperMetrics(cef_paper_metrics *ptr)
 {
     this.ptr = ptr;
 }
Exemplo n.º 3
0
 public void Dispose()
 {
     this.ptr = null;
 }
Exemplo n.º 4
0
 internal static CefPaperMetrics From(cef_paper_metrics *ptr)
 {
     return(new CefPaperMetrics(ptr));
 }
Exemplo n.º 5
0
 private CefPaperMetrics(cef_paper_metrics* ptr)
 {
     this.ptr = ptr;
 }