Table of Contents

TTMSFNCGraphicsTextureMode Enumeration

Specifies how a texture bitmap is scaled or tiled to fill a shape.

API unit family: TMSFNCGraphicsTypes

Members

Name Description
gtmOriginal Displayed at its original size; clipped if larger than the target area.
gtmFit Scaled to fit within the target area while preserving aspect ratio.
gtmStretch Stretched to fill the entire target area, ignoring aspect ratio.
gtmCenter Centered at original size within the target area.
gtmTile Tiled repeatedly to fill the target area.