ImageDrawTriangleLines abstract method

void ImageDrawTriangleLines(
  1. ImageStructType dst,
  2. Vector2StructType v1,
  3. Vector2StructType v2,
  4. Vector2StructType v3,
  5. ColorStructType color,
)

Implementation

void ImageDrawTriangleLines(
  ImageStructType dst,
  Vector2StructType v1,
  Vector2StructType v2,
  Vector2StructType v3,
  ColorStructType color,
);