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

Show in webframe

X Property (AnnRectangle)






Gets or sets the x-coordinate of the upper-left corner of this AnnRectangle structure.
Syntax
public float X {get; set;}
'Declaration
 
Public Property X As Single
'Usage
 
Dim instance As AnnRectangle
Dim value As Single
 
instance.X = value
 
value = instance.X

            

            
public:
property float X {
   float get();
   void set (    float value);
}

Property Value

The x-coordinate 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)