Returns True if a GdPicture image or the area defined by SetROI() function is Blank.
public Boolean IsBlank( int ImageID );
Public Function IsBlank( ByVal ImageID As Integer ) As Boolean
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
True if it is a blank image, else False.
Use the GetStat() function to check if this function has completed successfully.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|