Hide Comments
Hide Comments

TRSSVGCodec.LoadThumbnailFromFile(string,Single,Single,Boolean,TOutBitmap) Method

Comments (0)

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.

Namespace: FMX.RS.SVGCodec

expandingSyntax

Delphi

public
  function LoadThumbnailFromFile(const AFileName: string; const AFitWidth, AFitHeight: Single;
  const UseEmbedded: Boolean; const Bitmap: TOutBitmap): Boolean; override;
 

Parameters

AFileName

Type: string

AFitWidth

Type: Single

AFitHeight

Type: Single

UseEmbedded

Type: Boolean

Bitmap

Type: System.Void

Return Value

Type: Boolean

expandingSee Also

Reference

Comments (0)

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