ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Enumeration –> This enumeration determines how a texture is filled in with a GeoTextureBrush when the area to be filled is larger than the texture.
This will allow you to achieve a number of different effects. We suggest you try them out with your own textures and see which one looks best for your image.
Name | Summary |
---|---|
Tile | The texture is tiled to fill the entire area. |
Clamp | The texture will not be tiled. |
TileFlipX | Reverse the texture horizontally and then tile the texture. |
TileFlipY | Reverse the texture vertically and then tile the texture. |
TileFlipXY | Reverse the texture horizontally and vertically and then tile the texture. |