LEADTOOLS (Leadtools assembly)

IsEmpty Property (RasterRegion)

Show in webframe







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) BOOL isEmpty;
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.