Point2D Structure

Summary
Represents an ordered pair of x- and y-coordinates that defines a point on a two-dimensional plane.
Syntax
C#
VB
C++
public struct Point2D 
  
Public Structure Point2D  
   Inherits System.ValueType 
            public value class Point2D : public System.ValueType  
Remarks

This is a point that takes double values instead of integers.

Example

For an example, refer to MedicalViewerPlaneCutLine

Requirements

Target Platforms

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.