LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

X Property (LeadPoint)






Gets or sets a value that represents the X coordinate for this LeadPoint structure. .NET support Silverlight support WinRT support
Syntax
public int X {get; set;}
'Declaration
 
Public Property X As Integer
'Usage
 
Dim instance As LeadPoint
Dim value As Integer
 
instance.X = value
 
value = instance.X
public int X {get; set;}
 get_X();
set_X(value);
public:
property int X {
   int get();
   void set (    int value);
}

Property Value

The x-coordinate of this LeadPoint structure.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadPoint Structure
LeadPoint Members

 

 


Products | Support | Contact Us | Copyright Notices

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