←Select platform

Y Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
[DataMemberAttribute(Name="y", Order=1, IsRequired=true)] 
public double Y { get; set; } 
Public Property Y As Double 
public double Y {get; set;} 
public double getY() 
public void setY(double value) 
             
 <br/>get_Y();<br/>set_Y(value);<br/>Object.defineProperty('Y');  
public: 
property double Y { 
   double get(); 
   void set (    double ); 
} 

Property Value

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