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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly