←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly