PictureFillSymbol pictureSymbol = new PictureFillSymbol(runtimeImage)
{
ScaleX = 0.2,
ScaleY = 0.2
};
ScaleX ,ScaleY had no effect! why?
What rendering mode are you using?
Unfortunately, this is one of the know limitation of PictureFillSymbol in Static rendering mode. It is already logged in out internal bug tracking system.
Could you try `Dynamic` rendering mode ?
yes, but still no effect.
In fact ,I just need the effect like this picture. image has fixed height(the unit is meters) and width(the unit is meters) and fixed azimuth. hope your help,thanks!
Sorry..didn't know you were using SceneView. The property does not work in 3D at all( in any rendering mode). Ths issue is logged in our internal bug tracking system also.
Is there any other idea that can do this?