DrawTexturePro method

void DrawTexturePro(
  1. Texture2DC texture,
  2. RectangleC source,
  3. RectangleC dest,
  4. Vector2C origin,
  5. double rotation,
  6. 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);
}