[][src]Function graphicsmagick_sys::DrawRoundRectangle

pub unsafe extern "C" fn DrawRoundRectangle(
    context: DrawContext,
    x1: f64,
    y1: f64,
    x2: f64,
    y2: f64,
    rx: f64,
    ry: f64
)