←Select platform

Y Property

Summary

Gets or sets a value that represents the Y coordinate for this LeadPoint structure.

Syntax
C#
VB
C++
Java
[DataMemberAttribute(Name="y", Order=1, IsRequired=true)] 
public int Y { get; set; } 
Public Property Y As Integer 
public int getY() 
public void setY(int value) 
public: 
property int Y { 
   int get(); 
   void set (    int ); 
} 

Property Value

The y-coordinate of this LeadPoint structure.

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