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

Leadtools.MedicalViewer Assembly