←Select platform

IsEmpty Property

Summary

Tests whether this RasterRegion has an empty interior.

Syntax
C#
VB
Objective-C
C++
Java
public bool IsEmpty { get; } 
Public ReadOnly Property IsEmpty As Boolean 
@property (nonatomic, assign, readonly, getter=isEmpty) BOOL empty 
public boolean 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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly