Point Property

Summary

Gets or sets a point on the plane.

Syntax
C#
VB
C++
public Point3D Point { get; set; } 
  
Public Property Point As Point3D 
public: 
property Point3D Point { 
   Point3D get(); 
   void set (    Point3D ); 
} 

Property Value

A Leadtools.MedicalViewer.Point3D point that represents a point on the plane.

Example

For an example refer to Planes

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.Medical3D Assembly