←Select platform

Y Property

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

Property Value

The Y-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.