CreateFromCenter Property

Summary
Gets or sets a value that indicates whether to create a region from the center or from the edge.
Syntax
C#
VB
C++
public bool CreateFromCenter { get; set; } 
  
Public Property CreateFromCenter As Boolean 
            public: 
property bool CreateFromCenter { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to create a region from the center; otherwise, false.

Remarks
  • This works only on the symmetrical regions, namely:
    • RectangleRegion
    • EllipseRegion
    • CircleRegion
    • SquareRegion
Example

For an example, refer to MedicalViewerRegion Constructor

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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