VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI Namespace / WpfMprSliceViewFactory Class / CreateView(WpfMprSliceVisualizer) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
CreateView(WpfMprSliceVisualizer) Method (WpfMprSliceViewFactory)
In This Topic
Creates a view for slice visualizer.
Syntax
'Declaration

Public Shared Function CreateView( _
ByVal sliceVisualizer
The slice visualizer.
As WpfMprSliceVisualizer _
) As WpfMprSliceView

Parameters

sliceVisualizer
The slice visualizer.

Return Value

View for slice visualizer.
Exceptions
ExceptionDescription
Thrown if sliceVisualizer is null.
Thrown if the view can not be created.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also