Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Location Property (LeadRect)








Gets or sets the coordinates of the upper-left corner of this LeadRect structure.
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadPoint Location {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public Property Location As LeadPoint
'Usage
 
Dim instance As LeadRect
Dim value As LeadPoint
 
instance.Location = value
 
value = instance.Location
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadPoint Location {get; set;}
LeadPoint LeadRectLocation(LeadRect rect)
public LeadPoint getLocation()
public void setLocation(LeadPoint value)
            
BrowsableAttribute()
XmlIgnoreAttribute()
 <br/>get_Location();<br/>set_Location(value);<br/>Object.defineProperty('Location'); 
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public:
property LeadPoint Location {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

The upper-left corner coordinates of this LeadRect.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

Error processing SSI file