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!

GeneratedImage Constructor

Constructor that takes the bitmap as argument.

[Visual Basic]
Public Sub New( _
   ByVal b As Bitmap, _
   ByVal t As ImageFormat _
)
[C#]
public GeneratedImage(
   Bitmap b,
   ImageFormat t
);
[C++]
public: GeneratedImage(
   Bitmap* b,
   ImageFormat* t
);
[JScript]
public function GeneratedImage(
   b : Bitmap,
   t : ImageFormat
);

Parameters

b
[To be supplied.]
t
[To be supplied.]

See Also

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