←Select platform

CreateFromCenter Property

Summary

Indicates whether to create the object 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 the ellipse from the center; false to create from the edge.

Example

For an example, refer to MedicalViewerAnnotationEllipse

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