Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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 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); }