ThinkGeo.com    |     Documentation    |     Premium Support

Scale bitmap using IconStyle

Is it possible somehow scale bitmap using IconStyle?


In pointStyle I found method to scale, but in IconStyle it is hard to find something...


Regards


Krzysztof



Krzystof, 
  
 Thanks for your post! 
  
 I found we missed the ImageScale property for the IconStyle currently! 
  
 If you just want to Scale the Image, you can use the following API and save it to disk: 
 canvas.DrawWorldImage 
  
 Sorry for the inconvenience! 
  
 Any more questions just let me know. 
  
 Yale 


Yale, 
 it would be nice to have this property. Is it possible to add this to the next release? 
  
 Krzysztof

Krzysztof,


Thanks for your posts!


We have added this property! It will be available in next version.


The property name called IconImageScale, you can use it like following:



iconStyle.IconImageScale = 2;

Any more questions just let me know.


Thanks.


Yale