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

Show in webframe

IsEmpty Property (AnnPoint)






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

            

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

Property Value

true if this AnnPoint structure is empty; false, otherwise.
Remarks
An empty AnnPoint is a point with an X, Y value of 0,0.
Requirements

Target Platforms

See Also

Reference

AnnPoint Structure
AnnPoint Members

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