[][src]Function graphicsmagick_sys::DrawComposite

pub unsafe extern "C" fn DrawComposite(
    context: DrawContext,
    composite_operator: CompositeOperator,
    x: f64,
    y: f64,
    width: f64,
    height: f64,
    image: *const Image
)