Returns a
Bitmap object of the output image. The image format will be the specified by
ImageFormat property.
Namespace:
Neodynamic.WebControls.ImageDraw
Assembly:
Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)
Syntax
C# |
---|
public Bitmap GetOutputImage() |
Visual Basic (Declaration) |
---|
Public Function GetOutputImage As Bitmap |
Visual C++ |
---|
public:
Bitmap^ GetOutputImage() |
Return Value
A
Bitmap object representing the output image generated by this
ImageDrawButton object.
See Also