ThinkGeo.com    |     Documentation    |     Premium Support

Custom LineStyles

Hi,


There is a sample, how to make point on the map as bitmap. Is any opportunity to choose LineStyles not from the list ThinkGeo've made, but make my own style, for example, wave line or tooth line.  I can found LineDashStyle, so I'd like to make in the same way my own line styles. Thank you,


Nick



 


Nick,
 
Thanks for your post and questions.
 
Following sample included in our package shows you how to draw a point using a bitmap, take a look if you are interested.
HowDoI\Styles\Draw a point using a bitmap.
 
Our component provides 3 ways to create a style, no matter it is PointStyle, LineStyle or AreaStyle.
1)     Predefine styles. This seems cannot satisfy your requirement.
2)     Use constructor or static API LineStyles.CreateSimpleLineStyle
to create some customized style.
3)     To create some customized style, this is the most powerful way. Following code samples shows how easy it is and how powerful it is.
code.thinkgeo.com/projects/show/140
code.thinkgeo.com/projects/show/69
 
Any more questions just feel free to let me know.
 
Thanks.
 
Yale

Yale, 
 thank you for your hint. Everything is ok. 
  
 Nick

Nick,  glad to see your progress. 
  
 Any more questions just feel free to let me know. 
  
 Thanks. 
  
 Yale