Select to view content in your preferred language

how to add bitmaps create from wpf classes...

681
0
02-14-2011 08:54 PM
srinivasreddy
Deactivated User
Actually, here i am trying to add a bit map to the mapdispaly as a graphic, i got succeed with general windows classes code:
//First i created one bitmap bitmap class. after that i used the following code to add that bitmap to display...
Graphic gr=new Graphic(Geometry, bitmap)
but that bitmap is in 2D mode..Now i am trying to create one 3D picture using WPF classes, then how to add that 3D picture to Explorer Map, is there any way to do like that,Please let me know i have strucked here......


Thank YOU......
0 Kudos
0 Replies