Center Property

Summary
Gets or sets the Point2D that represents the center point of the cut-line and double-cutline.
Syntax
C#
C++/CLI
public Point2D Center { get; set; } 
            public: 
property Point2D Center { 
   Point2D get(); 
   void set (    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 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

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