pub unsafe extern "C" fn ImageDrawRectangleV(
    dst: *mut Image,
    position: Vector2,
    size: Vector2,
    color: Color
)
Expand description

Draw rectangle within an image (Vector version)