←Select platform

X Property

Summary

Gets or sets the X-coordinate of this LeadPointD structure.

Syntax

C#
VB
Java
WinRT C#
C++
[DataMemberAttribute(Name="x", Order=0, IsRequired=true)] 
public double X { get; set; } 
Public Property X As Double 
public double X {get; set;} 
public double getX() 
public void setX(double value) 
             
 <br/>get_X();<br/>set_X(value);<br/>Object.defineProperty('X');  
public: 
property double X { 
   double get(); 
   void set (    double ); 
} 

Property Value

The X-coordinate value of this point.

Remarks

You cannot change the values of the Empty point.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly