Method GetErrorImage
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
sizeint?Image size.
controlAbstractControlThe control for which image is requested. Used to get scale factor. Optional. If not specified, default scale factor is used.