LEADTOOLS Annotations (Leadtools.Annotations assembly)

Location Property

Show in webframe





Gets or sets the coordinates of the upper-left corner of this AnnRectangle structure.
Syntax
public AnnPoint Location {get; set;}
'Declaration
 
Public Property Location As AnnPoint
'Usage
 
Dim instance As AnnRectangle
Dim value As AnnPoint
 
instance.Location = value
 
value = instance.Location

            

            
public:
property AnnPoint Location {
   AnnPoint get();
   void set (    AnnPoint value);
}

Property Value

The coordinates of the upper-left corner of this AnnRectangle structure.
Requirements

Target Platforms

See Also

Reference

AnnRectangle Structure
AnnRectangle Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.