| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub DeleteWindow() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomDataSet instance.DeleteWindow() | |
| C# | |
|---|---|
public void DeleteWindow() | |
| C++/CLI | |
|---|---|
public: void DeleteWindow(); | |
For an example, refer to DicomDataSet.GetWindowCount.
This method will delete the following elements:
Window Center (0028,1050)
Window Width (0028,1051)
Window Center and Width Explanation (0028,1055)
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code