Function mupdf_sys::fz_currentpoint

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

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

path: path to return the current point of.