Re: Windows Mobile 7 + C# code samples for Silverlight
"OswaldC" <ocampesato-/[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
Shawn, Thanks for the link and this is definitely helpful. Btw, the Windows Mobile 7 development environment in VS 2010 Express is *very* nice because of its ease of development (like the GUI tools for developing iPhone applications) and the more familiar-looking C# for people who prefer Java over Objective-C...:) Oswald --- In [email protected], "Shawn Wildermuth" <shawn.lists@...> wrote: > > I don't know any specific examples, but XAML is just an object notation > (e.g. if you can create <Ellipse /> in XAML, then creating new Ellipse() {} > is the same thing). The real work is understanding the Path object in which > the Geometries exists (where all the interesting work is done). I don't know > a good example, but if you need pixel level control, you'll probably be > better to go onto XNA. > > > > This isn't a bad example (its Silverlight, but it's the same in WP7): > > > > http://www.c-sharpcorner.com/UploadFile/mahesh/PathInSL03252009005946AM/Path > InSL.aspx > > > > > > Thanks, > > Shawn Wildermuth > > <http://wildermuth.com/> http://wildermuth.com > > > > Note: This was typed on a big ole laptop so any misspellings and > punctuations are completely my fault.not my phone's. > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Chris Sells > Sent: Tuesday, May 18, 2010 9:20 PM > To: [email protected]; 'Shawn Wildermuth' > Subject: RE: [OT] Windows Mobile 7 + C# code samples for Silverlight > > > > > > Shawn should know. He's doing a bunch of WinPhone7 work. > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Oswald Campesato > Sent: Tuesday, May 18, 2010 3:26 PM > To: [email protected] > Subject: [OT] Windows Mobile 7 + C# code samples for Silverlight > > > > > > Hello, everyone: > > Can anyone point me to links with Windows Mobile 7 C# code samples that show > how to create Silverlight graphics objects (e.g., ellipses, Bezier curves, > and so forth)? > > Btw, I found XAML-based samples, but I'm specifically looking for C# code > for generating Silverlight graphics and thusfar haven't found anything;( > > Thanks! > > Oswald >