DrawTextureRec abstract method
void
DrawTextureRec(
- TextureStructType texture,
- RectangleStructType source,
- Vector2StructType position,
- ColorStructType tint,
Draw a part of a texture defined by a rectangle
Implementation
void DrawTextureRec(
TextureStructType texture,
RectangleStructType source,
Vector2StructType position,
ColorStructType tint,
);