LEADTOOLS (Leadtools assembly)

Location Property (LeadRectD)

Show in webframe







Gets or sets the position of the top-left corner of the rectangle.
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadPointD Location {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public Property Location As LeadPointD
'Usage
 
Dim instance As LeadRectD
Dim value As LeadPointD
 
instance.Location = value
 
value = instance.Location
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadPointD Location {get; set;}

            

            
BrowsableAttribute()
XmlIgnoreAttribute()
 
get_Location();
set_Location(value);
Object.defineProperty('Location');
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
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

 

 


Products | Support | Contact Us | Copyright Notices

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