Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGCodec > Classes > TRSSVGCodec > Methods
TRSSVGCodec.GetImageSize(string) Method
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
Namespace: FMX.RS.SVGCodec
Delphi
public class function GetImageSize(const AFileName: string): TPointF; override;
Parameters
AFileName
Type: string
Type: TPointF
•TRSSVGCodec
•FMX.RS.SVGCodec