Leadtools Namespace > LeadRect Structure : Location Property |
[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 LeadRect_Location(LeadRect rect);
public LeadPoint getLocation() public void setLocation(LeadPoint value)
BrowsableAttribute() XmlIgnoreAttribute()
get_Location();
set_Location(value);
Object.defineProperty('Location');
[BrowsableAttribute(false)] [XmlIgnoreAttribute()] public: property LeadPoint Location { LeadPoint get(); void set ( LeadPoint value); }