[][src]Function mupdf_sys::fz_currentpoint

pub unsafe extern "C" fn fz_currentpoint(
    ctx: *mut fz_context,
    path: *mut fz_path
) -> fz_point

Return the current point that a path has reached or (0,0) if empty.

path: path to return the current point of.