| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal createFromCenter As Boolean, _ ByVal combineMode As RasterRegionCombineMode _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public MedicalViewerRegion( bool createFromCenter, RasterRegionCombineMode combineMode ) | |
| Managed Extensions for C++ | |
|---|---|
public: MedicalViewerRegion( bool createFromCenter, RasterRegionCombineMode combineMode ) | |
| C++/CLI | |
|---|---|
public: MedicalViewerRegion( bool createFromCenter, RasterRegionCombineMode combineMode ) | |
Parameters
- createFromCenter
- true to create a region from the center, false otherwise.
- combineMode
- The action to take regarding combining the existing image region, if one is defined.
For an example, refer to #ctor
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family