ImageDrawRectangleV abstract method

void ImageDrawRectangleV(
  1. ImageStructType dst,
  2. Vector2StructType position,
  3. Vector2StructType size,
  4. ColorStructType color,
)

Implementation

void ImageDrawRectangleV(
  ImageStructType dst,
  Vector2StructType position,
  Vector2StructType size,
  ColorStructType color,
);