←Select platform

Point3 Property

Summary

Gets or sets the first point of the second cut-line.

Syntax
C#
C++/CLI
public Point2D Point3 { get; set; } 
public:  
   property Point2D^ Point3 
   { 
      Point2D^ get() 
      void set(Point2D^ value) 
   } 

Property Value

Point2D that represents the first point of the second cutline.

Remarks

To access the points, when using Point3D:

  • Get the first point of the first cut-line, refer to Point1.

  • Get the second point of the first cut-line, refer to Point1.

  • Get the first point of the second cut-line, refer to Point3.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

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