public Surface GetGroupTarget() { CheckDisposed(); IntPtr surface = NativeMethods.cairo_get_group_target(handle); return(Surface.Lookup(surface, false)); }
public Surface GetTarget() { return(Surface.Lookup(NativeMethods.cairo_get_target(handle), false)); }