I have setup a style like:
style.Advanced.FillCustomBrush = new GeoTextureBrush(
new GeoImage(thumb),
GeoWrapMode.Clamp);
expecting the image to be clamped to top left of any features drawn with the style, but I don’t seem to be getting anything shown. Using GeoWrapMode.Tile does work as expected (sort of) and tiles the thumbnail, although I am equally unsure where the tile origin is, as it doesn’t appear to be the feature’s top left.
Regards,
Jonathan