←Select platform

Center Property

Summary

Gets or sets the Point2D that represents the center point of the cut-line and double-cutline.

Syntax

C#
VB
C++
public Point2D Center { get; set; } 
  
Public Property Center As Leadtools.Medicalviewer.Point2D 
             
            public: 
property Leadtools.Medicalviewer.Point2D Center { 
   Leadtools.Medicalviewer.Point2D get(); 
   void set (    Leadtools.Medicalviewer.Point2D ); 
} 
             

Property Value

Point2D that represents the center point of the cut-line and double-cutline.

Remarks
  • The user can change the position of the center either by changing this value, or by clicking and dragging the mouse. If you do not want to allow the user to change the position of the center using the mouse, refer to MedicalViewerReferenceLineProperties.Movable.
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