NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageGenerator.CreateBitmap

CreateBitmap() may be overridden in derived classes; one common case would be, for example, if the user wanted to create the initial bitmap based on an image file already stored on disk.

[Visual Basic]
Overridable Public Function CreateBitmap( _
   ByVal d As IDictionary _
) As Bitmap
[C#]
public virtual Bitmap CreateBitmap(
   IDictionary d
);
[C++]
public: virtual Bitmap* CreateBitmap(
   IDictionary* d
);
[JScript]
public function CreateBitmap(
   d : IDictionary
) : Bitmap;

Parameters

d
[To be supplied.]

See Also

ImageGenerator Class | ImageGenerator Members | System.Web.UI.WebControls Namespace