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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.