Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

IsEmpty Property (AnnSize)






Gets a value indicating whether this AnnSize structure is empty.
Syntax
public bool IsEmpty {get;}
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As AnnSize
Dim value As Boolean
 
value = instance.IsEmpty

            

            
public:
property bool IsEmpty {
   bool get();
}

Property Value

true if this AnnSize structure is empty; false, otherwise.
Remarks
An empty AnnSize structure has a (width, height) value of 0,0.
Requirements

Target Platforms

See Also

Reference

AnnSize Structure
AnnSize Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)