LEADTOOLS (Leadtools assembly)

Size Property (LeadRect)

Show in webframe







Gets or sets the size of this LeadRect.
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadSize Size {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public Property Size As LeadSize
'Usage
 
Dim instance As LeadRect
Dim value As LeadSize
 
instance.Size = value
 
value = instance.Size
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadSize Size {get; set;}
LeadSize LeadRect_Size(LeadRect rect);
public LeadSize getSize()
public void setSize(LeadSize value)
            
BrowsableAttribute()
XmlIgnoreAttribute()
 
get_Size();
set_Size(value);
Object.defineProperty('Size');
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public:
property LeadSize Size {
   LeadSize get();
   void set (    LeadSize value);
}

Property Value

The width and height of this LeadRect.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

 

 


Products | Support | Contact Us | Copyright Notices

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