- modality
- The Leadtools.Dicom.Common.DataTypes.ModalityType object that the window level information is being set.
- preset
- The WindowLevelInformation used for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.
Visual Basic (Declaration) | |
---|---|
Public Sub AddModalityPreset( _ ByVal modality As ModalityType, _ ByVal preset As WindowLevelInformation _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ModalitySettingsDataSource Dim modality As ModalityType Dim preset As WindowLevelInformation instance.AddModalityPreset(modality, preset) |
C# | |
---|---|
public void AddModalityPreset( ModalityType modality, WindowLevelInformation preset ) |
Managed Extensions for C++ | |
---|---|
public: void AddModalityPreset( ModalityType modality, WindowLevelInformation* preset ) |
C++/CLI | |
---|---|
public: void AddModalityPreset( ModalityType modality, WindowLevelInformation^ preset ) |
Parameters
- modality
- The Leadtools.Dicom.Common.DataTypes.ModalityType object that the window level information is being set.
- preset
- The WindowLevelInformation used for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7