DrawRectangleGradientEx method
String
DrawRectangleGradientEx(
- RectangleBase<
RectangleBase> rec, - ColorBase<
ColorBase> topLeft, - ColorBase<
ColorBase> bottomLeft, - ColorBase<
ColorBase> topRight, - ColorBase<
ColorBase> bottomRight,
Implementation
String DrawRectangleGradientEx(
RectangleBase rec,
ColorBase topLeft,
ColorBase bottomLeft,
ColorBase topRight,
ColorBase bottomRight,
) => 'DrawRectangleGradientEx($rec, $topLeft, $bottomLeft, $topRight, $bottomRight)';