Exemple #1
0
 public void Synchronize()
 {
     MacSupport.CGContextSynchronize(ctx);
 }
Exemple #2
0
 public void Release()
 {
     MacSupport.CGContextRestoreGState(ctx);
 }
Exemple #3
0
 public void Release()
 {
     MacSupport.ReleaseContext(port, ctx);
 }