[][src]Function graphicsmagick_sys::DrawPathCurveToRelative

pub unsafe extern "C" fn DrawPathCurveToRelative(
    context: DrawContext,
    x1: f64,
    y1: f64,
    x2: f64,
    y2: f64,
    x: f64,
    y: f64
)