'Declaration Public Overloads Shared Function CreateErrorImage( _
ByVal widthШирина изображения.As System.Int32, _
ByVal heightВысота изображения.As System.Int32, _
ByVal exceptionИсключение.As System.Exception _
) As VintasoftImage
public static VintasoftImage CreateErrorImage(
System.Int32 width,
System.Int32 height,
System.Exception exception
)
public: static VintasoftImage* CreateErrorImage(
System.Int32 width,
System.Int32 height,
System.Exception* exception
)
public:
static VintasoftImage^ CreateErrorImage(
System.Int32 width,
System.Int32 height,
System.Exception^ exception
)
Parameters
- width
- Ширина изображения.
- height
- Высота изображения.
- exception
- Исключение.
Return Value
Изображение ошибки.