ImageDrawTriangleLines abstract method
void
ImageDrawTriangleLines(
- ImageStructType dst,
- Vector2StructType v1,
- Vector2StructType v2,
- Vector2StructType v3,
- ColorStructType color,
Implementation
void ImageDrawTriangleLines(
ImageStructType dst,
Vector2StructType v1,
Vector2StructType v2,
Vector2StructType v3,
ColorStructType color,
);