'Declaration
Public Function IsNegative( _ ByVal ImageID As Integer _ ) As Boolean
public bool IsNegative( int ImageID )
public function IsNegative( ImageID: Integer ): Boolean;
public function IsNegative( ImageID : int ) : boolean;
public: bool IsNegative( int ImageID )
public: bool IsNegative( int ImageID )
Parameters
- ImageID
- GdPicture image identifier.
Return Value
True if it is a Negative image, else False.