Controls the oversampling of the painting of the SVG images. The value of quality can vary between 1 (default quality) to 8.
Note |
---|
This property controls the amount of oversampling performed in the buffered drawing. The offscreen buffers' dimensions are multiplied by the Quality value. Then, the offscreen buffers are downsampled when painting the control, providing anti-aliasing of the buffered drawing. If the Quality is 1, then the SVG is drawn using the default GDI+ quality, which tends to smooth the result. If you want a sharper result, change the quality |
Namespace: RSSVGImgList
Delphi |
published |
Property Value
Type: Integer
Reference |