Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Location Property






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)