Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Size Property (LeadRectD)








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;}
LeadSizeD LeadRectDSize(LeadRectD rect)
public LeadSizeD getSize()
public void setSize(LeadSizeD value)
            
BrowsableAttribute()
XmlIgnoreAttribute()
 <br/>get_Size();<br/>set_Size(value);<br/>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

Error processing SSI file