LEADTOOLS (Leadtools assembly)

Size Property (LeadRectD)

Show in webframe







Gets or sets the width and height of the rectangle.
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadSizeD Size {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public Property Size As LeadSizeD
'Usage
 
Dim instance As LeadRectD
Dim value As LeadSizeD
 
instance.Size = value
 
value = instance.Size
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadSizeD Size {get; set;}

            

            
BrowsableAttribute()
XmlIgnoreAttribute()
 
get_Size();
set_Size(value);
Object.defineProperty('Size');
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public:
property LeadSizeD Size {
   LeadSizeD get();
   void set (    LeadSizeD value);
}

Property Value

The width and height of the rectangle.
Remarks

You cannot change the values of the Empty rectangle.

Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

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