Visual Basic (Declaration) | |
---|---|
Public Function GetDefaultOverlayBoxParameters() As DicomOverlayBoxParameters |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomOverlayBoxParameters GetDefaultOverlayBoxParameters() |
Managed Extensions for C++ | |
---|---|
public: DicomOverlayBoxParameters* GetDefaultOverlayBoxParameters(); |
C++/CLI | |
---|---|
public: DicomOverlayBoxParameters^ GetDefaultOverlayBoxParameters(); |
Return Value
A DicomOverlayBoxParameters object with its properties set to default values.For an example, refer to Associate.
The method sets each of the properties OverlayOriginRow
and OverlayOriginColumn, of the returned
object, to 1. The property MagnifyToNumberOfColumns
is set to a negative value and all string properties are set to null references (Nothing
in Visual Basic).
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