LEADTOOLS (Leadtools assembly)

IsEmpty Method (LeadSizeHelper)

Show in webframe







The Size to check.
Returns a value indicating whether a LeadSize structure is empty.
Syntax
public static bool IsEmpty( 
   LeadSize size
)
'Declaration
 
Public Shared Function IsEmpty( _
   ByVal size As LeadSize _
) As Boolean
'Usage
 
Dim size As LeadSize
Dim value As Boolean
 
value = LeadSizeHelper.IsEmpty(size)
public static bool IsEmpty( 
   LeadSize size
)

            

            
 function Leadtools.LeadSizeHelper.IsEmpty( 
   size 
)
public:
static bool IsEmpty( 
   LeadSize size
) 

Parameters

size
The Size to check.
Remarks

An empty LeadSize structure has coordinate values of zero for both Width and Height.

Requirements

Target Platforms

See Also

Reference

LeadSizeHelper Class
LeadSizeHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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