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