X Property

Summary

Gets or sets the x-coordinate of this Point2D.

Syntax
C#
VB
C++
public double X { get; set; } 
  
Public Property X As Double 
            public: 
property double X { 
   double get(); 
   void set (    double ); 
} 

Property Value

Value that the x-coordinate of this Point2D.

Example

For an example, refer to Point2D

Requirements

Target Platforms

See Also

Reference

Point2D Structure

Point2D Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly