←Select platform

X Property

Summary

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

Syntax
C#
VB
C++
Java
[DataMemberAttribute(Name="x", Order=0, IsRequired=true)] 
public double X { get; set; } 
Public Property X As Double 
public double getX() 
public void setX(double value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly