'Declaration Public Overloads Shared Function CreateErrorImage( _
ByVal widthThe image width.As System.Int32, _
ByVal heightThe image height.As System.Int32, _
ByVal messageThe error message.As System.String _
) As VintasoftImage
public static VintasoftImage CreateErrorImage(
System.Int32 width,
System.Int32 height,
System.String message
)
public: static VintasoftImage* CreateErrorImage(
System.Int32 width,
System.Int32 height,
System.String message
)
public:
static VintasoftImage^ CreateErrorImage(
System.Int32 width,
System.Int32 height,
System.String message
)
Parameters
- width
- The image width.
- height
- The image height.
- message
- The error message.
Return Value
The error image.