Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEmpty Property (RasterRegion)








Tests whether this RasterRegion has an empty interior.
Syntax
public bool IsEmpty {get;}
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As RasterRegion
Dim value As Boolean
 
value = instance.IsEmpty
public bool IsEmpty {get;}
@property (nonatomic, assign, readonly, getter=isEmpty) BOOL empty
public boolean isEmpty()
 get_IsEmpty(); 
public:
property bool IsEmpty {
   bool get();
}

Property Value

true if the interior of this RasterRegion is empty; false, otherwise.
Example
For an example, refer to RasterRegion.
Requirements

Target Platforms

See Also

Reference

RasterRegion Class
RasterRegion Members

Error processing SSI file