Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSVclSVG > RSSVGCtrls > Classes > TRSSVGThreadImage > Properties

TRSSVGThreadImage.WrapMode Property

Scroll Prev Top Next More

Specifies whether and how to resize, replicate, and position the SVG image for rendering the TRSSVGThreadImage surface.

The WrapMode property should be one of the constants defined in the TSVGImageWrapMode type:

iwOriginal-- displays the SVG with its original dimensions.

iwFit-- best fit (keeping SVG proportions--the ratio between the width and height) for the TRSSVGThreadImage rectangle. Default.

iwStretch--stretches the SVG to fill the entire rectangle of this TRSSVGThreadImage component.

iwTile--tiles the TRSSVGThreadImage image to cover the entire rectangle of the TRSSVGThreadImage component.

iwCenter-- center the SVG inside the TRSSVGThreadImage component
 

Namespace: RSSVGCtrls

Property Value

Type: TSVGImageWrapMode

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb