Hide Comments
Hide Comments

Comments (0)

expandingMethods

 

Name

Description

public methodClass member

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

public methodClass member

IsValid(TStream)

Returns true if the stream contains a valid SVG

public method

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 )

public method

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 )

public method

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.

public method

SaveToFile(string,TOutBitmap,PBitmapCodecSaveParams)

Not implemented and raises an exception

public method

SaveToStream(TStream,TOutBitmap,string,PBitmapCodecSaveParams)

Not implemented and will raise an exception

Top

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb