Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Location Property (LeadRectD)








Gets or sets the position of the top-left corner of the rectangle.
Syntax
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public LeadPointD Location {get; set;}
'Declaration
 
<XmlIgnoreAttribute()>
<BrowsableAttribute(False)>
Public Property Location As LeadPointD
'Usage
 
Dim instance As LeadRectD
Dim value As LeadPointD
 
instance.Location = value
 
value = instance.Location
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public LeadPointD Location {get; set;}
LeadPointD LeadRectDLocation(LeadRectD rect)
public LeadPointD getLocation()
public void setLocation(LeadPointD value)
            
XmlIgnoreAttribute()
BrowsableAttribute()
 <br/>get_Location();<br/>set_Location(value);<br/>Object.defineProperty('Location'); 
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public:
property LeadPointD Location {
   LeadPointD get();
   void set (    LeadPointD value);
}

Property Value

The position of the top-left corner 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