Loads a bitmap from a data URI string. This method creates or loads a TBitmap from embedded data.
If the Bitmap parameter is nil, the bitmap is created and must be freed by the caller.
Namespace: FMX.RS.SVGUtils
Delphi |
function LoadBitmapFromDataURI( URI: String; Bitmap: TSVGBitmap = nil ): TSVGBitmap; |
Parameters
URI
Type: String
Bitmap
Type: System.Void
Type: TSVGBitmap
Reference |