Method IsNotNullAndOk
IsNotNullAndOk(Image?)
Indicates whether the specified image is not null and has non-empty
width and height.
public static bool IsNotNullAndOk(Image? image)Parameters
- imageImage
- The image to test. 
Returns
- bool
- trueif the- imageparameter is not- nulland has non-empty width and height; otherwise,- false.