Search code examples
delphigraphics32

How to draw Vector rounded rectangle in Graphics32 library? Is this possible?


How to draw vector rounded rectangle in Graphics32 library? Is this possible?

Not a raster, should be vector.


Solution

  • Graphics32 is a raster image library. Its primary image type is TBitmap32 which is a raster image. It does not have vector image capabilities.