LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Location Property






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

Property Value

The upper-left corner coordinates of this LeadRect.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRect Structure
LeadRect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.