No, as there is currently no standard in .Net core available.
I.e. Microsoft does so far not offer any own replacement for the "System.Drawing" namespace.
Microsoft once introduced a "System.Drawing.Common" namespace, but only for Windows (and limited to Linux) - which doesn't achieve real platform independence.
Else Microsoft suggests to use 3rd party libraries, e.g. SkiaSharp, ImageSharp or Microsoft.Maui.Graphics (still an experimental cross-platform graphics library).
Nothing I would like to bundle yet fixed with Bass.Net.
But nothing preventing you to implement/integrating it yourself.