|
GetImageSize(string)
|
Returns the width and height of the SVG. This can be either the SVG ViewBox width and height (if defined) or calculated based on the SVG elements
|
|
IsValid(TStream)
|
Returns true if the stream contains a valid SVG
|
|
LoadFromFile(string,TOutBitmap)
|
Loads a SVG from a file and puts it into a bitmap surface. The size of the bitmap is dependant on the SVG width and height (see GetImageSize )
|
|
LoadFromStream(TStream,TOutBitmap)
|
Loads a SVG from a stream and puts it into a bitmap surface. The size of the bitmap is dependant on the SVG width and height (see GetImageSize )
|
|
LoadThumbnailFromFile(string,Single,Single,Boolean,TOutBitmap)
|
Loads a SVG from a file and puts it into a bitmap surface. The size of the bitmap will be equal to AFitWidth and AFitHeight.
|
|
SaveToFile(string,TOutBitmap,PBitmapCodecSaveParams)
|
Not implemented and raises an exception
|
|
SaveToStream(TStream,TOutBitmap,string,PBitmapCodecSaveParams)
|
Not implemented and will raise an exception
|