←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly