How to draw vector rounded rectangle in Graphics32 library? Is this possible?
Not a raster, should be vector.
Graphics32 is a raster image library. Its primary image type is TBitmap32
which is a raster image. It does not have vector image capabilities.