C#
VB
C++
Initializes a new instance of the MedicalViewerRegion class.
public MedicalViewerRegion(
bool createFromCenter,
RasterRegionCombineMode combineMode
)
Public Function New( _
ByVal createFromCenter As Boolean, _
ByVal combineMode As Leadtools.RasterRegionCombineMode _
)
public:
MedicalViewerRegion(
bool createFromCenter,
Leadtools.RasterRegionCombineMode combineMode
)
createFromCenter
true to create a region from the center; otherwise, false.
combineMode
The action to take regarding combining the existing image region, if one is defined.
For an example, refer to MedicalViewerRegion()
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET