LEADTOOLS Annotations (Leadtools.Annotations assembly)

X Property (AnnPoint)

Show in webframe





Gets or sets the x-coordinate of this AnnPoint.
Syntax
public float X {get; set;}
'Declaration
 
Public Property X As Single
'Usage
 
Dim instance As AnnPoint
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 this AnnPoint.
Requirements

Target Platforms

See Also

Reference

AnnPoint Structure
AnnPoint Members

 

 


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