←Select platform

X Property

Summary
Gets or sets the X-coordinate of this LeadPointD structure.
Syntax
C#
C++/CLI
Java
Python
[DataMemberAttribute(Name="x", Order=0, IsRequired=true)] 
public double X { get; set; } 
public double getX(); 
public void setX( 
   double doubleValue 
); 
public: 
property double X { 
   double get(); 
   void set (    double ); 
} 
X # get and set (LeadPointD) 

Property Value

The X-coordinate value of this point.

Remarks

You cannot change the values of the Empty point.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.