PictureFillSymbol.ScaleX had no effect

1096
4
08-03-2020 12:50 AM
SHK
by
New Contributor

ArcGIS Runtime WPF 

PictureFillSymbol pictureSymbol = new PictureFillSymbol(runtimeImage)
{
ScaleX = 0.2,
ScaleY = 0.2
};

ScaleX ,ScaleY  had no effect! why?

0 Kudos
4 Replies
PreetiMaske
Esri Contributor

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 ?

0 Kudos
SHK
by
New Contributor

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!

0 Kudos
PreetiMaske
Esri Contributor

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.

0 Kudos
SHK
by
New Contributor

Is there any other idea that can do this?

0 Kudos