DrawRectangleLines method
void
DrawRectangleLines()
override
Draw rectangle outline
Implementation
@override
void DrawRectangleLines(
int posX,
int posY,
int width,
int height,
ColorD color,
) => _ffi.DrawRectangleLines(
posX,
posY,
width,
height,
$.Color$.Ref1(color).asNativePointer<ColorC>().ref,
);