Visual Basic (Declaration) | |
---|---|
Public Function GetDefaultImageBoxParameters() As DicomImageBoxParameters |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomImageBoxParameters GetDefaultImageBoxParameters() |
Managed Extensions for C++ | |
---|---|
public: DicomImageBoxParameters* GetDefaultImageBoxParameters(); |
C++/CLI | |
---|---|
public: DicomImageBoxParameters^ GetDefaultImageBoxParameters(); |
Return Value
A DicomImageBoxParameters object with its properties set to default values.For an example, refer to Associate.
The method sets the property ImagePosition of
the returned object to 1. The rest of the numeric properties are set to negative values
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