ImageDrawTriangleFan abstract method
void
ImageDrawTriangleFan(
- ImageStructType dst,
- List<
Vector2StructType> points, - ColorStructType color
Draw a triangle fan defined by points within an image (first vertex is the center)
Implementation
void ImageDrawTriangleFan(
ImageStructType dst,
List<Vector2StructType> points,
ColorStructType color,
);