RE: Windows Mobile 7 + C# code samples for Silverlight
"Shawn Wildermuth" <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
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