TSVGImageFile implements the TGraphic class for reading SVG files. It also registers itself with TPicture so that it can be used with that class transparently.
Namespace: RSImaging.SVGImage
TGraphic
RSImaging.SVGImage.TSVGImageFile
|
Delphi
|
type
TSVGImageFile = class(TGraphic)
end;
|
|
Name
|
Description
|
|
Bitmap
|
Returns a bitmap representation of the SVG. The size of the created TBitmap is the Width and Height read from the SVG unless the SetSize has overridden it.
|
|
Image
|
Represents property Image.
|
Top
|