←Select platform

X Property

Summary

Gets or sets the x-coordinate of the upper-left-hand corner of this LeadRect structure.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="X", IsRequired=true)] 
public int X { get; set; } 
  
<DataMemberAttribute(Name="X", IsRequired=True)> 
Public Property X As Integer 
[DataMemberAttribute(Name="X", IsRequired=true)] 
public: 
property int X { 
   int get(); 
   void set (    int ); 
} 

Property Value

The x-coordinate of the upper-left-hand corner of this LeadRect structure.

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.Services.DataContracts Assembly