Method cairo_get_target
cairo_get_target(nint)
Returns the target surface associated with the given Cairo drawing context.
public static extern nint cairo_get_target(nint cr)
Parameters
crnintPointer to a
cairo_tdrawing context.
Returns
- nint
Pointer to the
cairo_surface_tthat is the current target forcr. ReturnsIntPtr.Zeroif no target is set or on failure.