Table of Contents

Method GetErrorImage

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetErrorImage(int?, AbstractControl?)

Gets ImgError image for the specified bitmap size. If size is not specified, gets image for the default toolbar image size.

public static Image? GetErrorImage(int? size = null, AbstractControl? control = null)

Parameters

size int?

Image size.

control AbstractControl

The control for which image is requested. Used to get scale factor. Optional. If not specified, default scale factor is used.

Returns

Image