Neodynamic公司的 ImageDraw for ASP.NET Mobile是一款.NET服務器控件,它用于在ASP.NET Mobile Web應用程序中即時生成圖像。通過ImageDraw,您可以充分體會到在ASP.NET Mobile Web應用程序開發過程中GDI+所發揮的設計優勢。您可以用ImageDraw即時生成動態圖像,比如圖表、圖示或者其他圖形程序。除了GDI+ Bitmap 對象,ImageDraw是唯一一個可以生成圖像元素的Mobile Web控件。您可以指定實際的圖像文件或者某個GDI+ Bitmap對象,然后ImageDraw便可以將其轉化為更適合于客戶端的移動通訊設備的圖像格式,并且自動調整源圖像的大小以更好的適應最為客戶端的移動通訊設備的顯示屏大小。
Neodynamic ImageDraw for ASP.NET Mobile is a .NET server control which generates real time on-fly images for ASP.NET Mobile Web Applications. ImageDraw allows you to use all the potential of GDI+ in your ASP.NET Mobile Web Applications. You can use ImageDraw to deliver real time dynamically generated images such as charts, diagrams or any other graphical application. ImageDraw is the only Mobile WebControl that can render images files as well as GDI+ Bitmap Objects. You can specify a physical image file or a GDI+ Bitmap Object and ImageDraw automatically will render it to the image format preferred by client mobile device and automatically re-sizing the source image to fit the client mobile device's screen.
ImageDraw for ASP.NET Mobile無需Windows ASP.NET的文件系統的編輯授權。對于服務器文件而言,絕大多數的條形碼圖像生成工具需要獲取ASP.NET的編輯授權,這是因為沒有授權會有嚴重的安全風險.
提交靜態圖像如果您已保存了所需的圖像文件(gif, jpg/jpeg, exif, tiff, ico, bmp, png, 或者 wbmp),您只需在ImageDraw的ImageUrl屬性中指定該圖像文件路徑,然后設定相應的WBMP 轉換屬性值便可。
提交動態圖像如果您已保存了所需的圖像文件(gif, jpg/jpeg, exif, tiff, ico, bmp, png, 或者 wbmp),您只需在ImageDraw的ImageUrl屬性中指定該圖像文件路徑,然后設定相應的WBMP 轉換屬性值便可。
圖像格式支持通過GDI+ Bitmap 對象,ImageDraw可以發布所有.NET Framework支持的光柵圖像格式(又被稱為位圖)。這類圖像格式包括BMP, GIF, JPEG/JPG, EXIF, PNG, TIFF, 和 ICO,除此之外,ImageDraw 是唯一一個可以提交編輯WBMP (Wireless Bitmap)圖像格式的Mobile Web控件。
Visual Studio 設計時支持ImageDraw for ASP.NET Mobile提供了強大的設計工具和使用工具。當您將其從Visual Studio工具箱中拖動到窗體時,ImageDraw設計器便即時顯示源圖像信息及其WBMP轉換屬性。
- ImageDraw for ASP.NET Mobile支持最受歡迎的最先進的.NET開發環境,包括:
- Microsoft Visual Studio .NET 2002
- Microsoft Visual Studio .NET 2003
- Microsoft Visual Studio 2005
- Microsoft Visual Web Developer 2005 Express Edition
- ImageDraw充分體現了包含Smart Tag功能的新特性以及Visual Studio 2005開發環境的優勢,具體情況如下圖所示:

- ImageDraw設計器的最杰出的一個特點是:當圖像數據來自于類似于移動電話之類的WAP/WML設備時,ImageDraw設計器允許您以WBMP格式來預覽最終輸出的圖像效果。ImageDraw同樣包含了一個WBMP應用工具,您可以使用他們來生成和預覽源圖像文件通過轉換后的WBMP圖像。

Neodynamic ImageDraw for ASP.NET Mobile is a .NET server control which generates real time on-fly images for ASP.NET Mobile Web Applications. ImageDraw allows you to use all the potential of GDI+ in your ASP.NET Mobile Web Applications. You can use ImageDraw to deliver real time dynamically generated images such as charts, diagrams or any other graphical application.
ImageDraw for ASP.NET Mobile DOES NOT require that the Windows ASP.NET account has write permissions to the file system. Most implementations of dynamic images generation need you to grant the ASP.NET account write permissions to some server folder, becoming a serious security risk.
Renders Static Images
If you have an image file (gif, jpg/jpeg, exif, tiff, ico, bmp, png, or wbmp) specify it into ImageDraw's ImageUrl property. Set WBMP conversion values and you are done.

Renders Dynamic Images
With ImageDraw you can render an image object using all the potential of GDI+. For example you could render a statitics chart. Set WBMP conversion values and you are done.

Image Formats supported
ImageDraw can render all raster images (also called bitmaps) supported by .NET Framework through the GDI+ Bitmap Object. These image formats include: BMP, GIF, JPEG/JPG, EXIF, PNG, TIFF, and ICO. In addition, ImageDraw is the only Mobile WebControl that reads and writes WBMP (Wireless Bitmap) images.

Visual Studio design-time support
ImageDraw for ASP.NET Mobile presents a powerful designer and utilities. When you drag & drop ImageDraw from Visual Studio Toolbox, the ImageDraw Designer shows you the original image with its WBMP conversion.


- ImageDraw for ASP.NET Mobile works in most popular and modern .NET Development Tools including:
- Microsoft Visual Studio .NET 2002
- Microsoft Visual Studio .NET 2003
- Microsoft Visual Studio 2005
- Microsoft Visual Web Developer 2005 Express Edition
- ImageDraw takes full advantage of the new design improvements within Visual Studio 2005 including a useful Smart Tag associated to it as is shown in the following figure.
- One of its great features is that the ImageDraw designer allows you to see a preview image in WBMP format of how the output image will be viewed when it is accessed from a WAP/WML device like a cell phone. ImageDraw also includes a WBMP Utility that allows you to manipulate and preview WBMP conversion of the source image file.