DrawTexturePro method
void
DrawTexturePro(
- Texture2DC texture,
- RectangleC source,
- RectangleC dest,
- Vector2C origin,
- double rotation,
- ColorC tint,
Implementation
void DrawTexturePro(
Texture2DC texture,
RectangleC source,
RectangleC dest,
Vector2C origin,
double rotation,
ColorC tint,
) {
return _DrawTexturePro(texture, source, dest, origin, rotation, tint);
}