Hide Comments
Hide Comments

DrawBitmapWrapped(TSVGCanvas,TSVGBitmap,TSVGRect,TSVGImageWrapMode,Single) Method

Comments (0)

Draws the specified Bitmap on to the Canvas at the specified rectangle using the wrap mode and opacity

Namespace: FMX.RS.SVGUtils

expandingSyntax

Delphi

 procedure DrawBitmapWrapped( Canvas: TSVGCanvas; aBitmap: TSVGBitmap;
  aRect: TSVGRect; WrapMode: TSVGImageWrapMode = TSVGImageWrapMode.iwFit;
  Opacity: Single = 1 );
 

Parameters

Canvas

Type: System.Void

aBitmap

Type: System.Void

aRect

Type: System.Void

WrapMode

Type: TSVGImageWrapMode

Opacity

Type: Single

expandingSee Also

Reference

Comments (0)

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