DrawTexturePro method
String
DrawTexturePro(
- TextureBase<
TextureBase> texture, - RectangleBase<
RectangleBase> source, - RectangleBase<
RectangleBase> dest, - Vector2Base<
Vector2Base< origin,dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - num rotation,
- ColorBase<
ColorBase> tint,
Implementation
String DrawTexturePro(
TextureBase texture,
RectangleBase source,
RectangleBase dest,
Vector2Base origin,
num rotation,
ColorBase tint,
) => 'DrawTexturePro($texture, $source, $dest, $origin, $rotation, $tint)';