Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

How to convert silverlight to bitmap? RSS

3 replies

Last post Oct 19, 2007 04:56 PM by jrpowers

(0)
  • dagaric

    dagaric

    Member

    6 Points

    16 Posts

    How to convert silverlight to bitmap?

    Oct 19, 2007 05:40 AM | LINK

    subj

  • balla

    balla

    Member

    674 Points

    200 Posts

    Re: How to convert silverlight to bitmap?

    Oct 19, 2007 10:21 AM | LINK

    Is "subj" the compressed form of your post? Please decompress it for use to let us understand what you want.

  • Psychlist1972

    Psychlist1972

    Contributor

    6802 Points

    1079 Posts

    Microsoft

    Moderator

    Re: How to convert silverlight to bitmap?

    Oct 19, 2007 01:49 PM | LINK

    I can only guess as to what you want.

    Silverlight can display bitmaps (png, jpg etc.) if you have them. It has no functionality to do any bitmap manipulation. To do that, you need to either use WPF or send the structures server-side to be worked on by something which has access to the full .NET framework (from a web service for example)

    If I misinterpreted your request, please post something more akin to a regular post (we don't charge by the letter <g>) and I or someone else will take another stab at it.

    Pete

    Developer Community Program Manager - XAML, WPF, Silverlight, .NETMF/Gadgeteer
    10rem.net - Pete Brown's site and blog | twitter: @pete_brown
    I work for the Developer Guidance group in Microsoft. Opinions are my own.
  • jrpowers

    jrpowers

    Member

    72 Points

    26 Posts

    Re: Re: How to convert silverlight to bitmap?

    Oct 19, 2007 04:56 PM | LINK

    I think s/he might be asking for how to take a "screenshot" of a running silverlight application.

    If so:  Print Screen!   Whereas you can snapshot a drawing area in WPF, you currently can't in SL.