'Declaration Public Overloads Shared Function CreateErrorImage( _
ByVal widthШирина изображения.As System.Int32, _
ByVal heightВысота изображения.As System.Int32, _
ByVal 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
- Ширина изображения.
- height
- Высота изображения.
- message
- Сообщение об ошибке.
Return Value
Изображение ошибки.