Hide Comments
Hide Comments

Comments (0)

Defines the image wrap mode for the SVG library, which specifies whether and how to resize, replicate, and position the image for rendering the control surface.

Namespace: RSSVGTypes

expandingSyntax

Delphi

type 
  TSVGImageWrapMode = (iwOriginal, iwFit, iwStretch, iwTile, iwCenter); 
 

expandingMembers

 

Name

Description

public enummember

iwCenter

Represents constant iwCenter.

public enummember

iwFit

Represents constant iwFit.

public enummember

iwOriginal

Represents constant iwOriginal.

public enummember

iwStretch

Represents constant iwStretch.

public enummember

iwTile

Represents constant iwTile.

Top

expandingRemarks

Unlike the FMX TImageWrapMode type, the iwFit value directs the SVG library to proportionally fit the SVG to the rectangle but scale it as large as possible

expandingSee Also

Reference

Comments (0)

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