TdxFillOptions.Texture Property
In This Article
Stores the image used to fill an area in Texture mode.
#Declaration
Delphi
property Texture: TdxSmartImage read; write;
#Property Value
Type | Description |
---|---|
Tdx |
The Smart Image container designed to store the source texture. The image container enables the Texture mode when you load an image. |
#Remarks
Use the Texture
property to tile an area with a texture. The Texture
property provides access to a Smart Image container where you can load an image in any supported format. Refer to the TdxSmartImage class description for detailed information on how to load images.
#Example
A loaded texture tiles the target area.
Note
If you load an image to the Texture
image container, the Mode property value automatically changes to Tdx
See Also