TdxCustomFastDIB.Empty Method
Identifies if the bitmap buffer has zero size.
Declaration
function Empty: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the buffer contains no pixel data (that is, if either the Height or Width property value is zero); otherwise, False.
See Also