←Select platform

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

Leadtools.MedicalViewer Assembly