can one convert drawable XmlSerializer xmlns file into GIF or PNG?
- From: Joe <joe1977@xxxxxxx>
- Date: Mon, 14 Apr 2008 09:52:24 -0700 (PDT)
this file is drawn in VB.NET and input output goes by XmlSerializer.
Therefore, simple output file looks like:
<?xml version="1.0" encoding="utf-8"?>
<DrawablePicture xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" BackColor="-1250856">
<DrawableRectangle LineWidth="2" X1="377" Y1="88" X2="323" Y2="130"
ForeColor="-16777216" BackColor="-1" />
</DrawablePicture>
I would like to show it through webpage, but before I need to convert
it into GIF, PNG or any web-image readable file.
Can somebody please put some light on this issue? How would you
achieve that?
Thank you so much!
.
- Follow-Ups:
- Re: can one convert drawable XmlSerializer xmlns file into GIF or PNG?
- From: Lloyd Sheen
- Re: can one convert drawable XmlSerializer xmlns file into GIF or PNG?
- Prev by Date: Re: Unexpected decimal places
- Next by Date: How Do I: 'System.ObjectDisposedException'
- Previous by thread: How to convert English text to Spanish text
- Next by thread: Re: can one convert drawable XmlSerializer xmlns file into GIF or PNG?
- Index(es):
Loading