Point2D Constructor

Summary

Initializes a new instance of the Point2D class.

Syntax
C#
VB
C++
public Point2D( 
   double x, 
   double y 
) 
  
Public Function New( _ 
   ByVal x As Double, _ 
   ByVal y As Double _ 
) 
            public: 
Point2D(  
   double x, 
   double y 
) 

Parameters

x
the x-coordinate of this Point2D

y
the y-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