VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI Namespace / WpfMprSliceView Class / RenderInContentSpace(WpfImageViewer,DrawingContext,VintasoftPointTransform) Method
Syntax Requirements SeeAlso
In This Topic
    RenderInContentSpace(WpfImageViewer,DrawingContext,VintasoftPointTransform) Method (WpfMprSliceView)
    In This Topic
    Renders the MPR slice on the System.Windows.Media.DrawingContext in the coordinate space of MPR slice.
    Syntax
    'Declaration
    
    Protected Overridable Sub RenderInContentSpace( _
    ByVal viewer
    An image viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal drawingContext
    A drawing context where the object must be drawn.
    As System.Windows.Media.DrawingContext, _
    ByVal transformFromFocusedSliceToViewer
    The transform from the MPR slice space to the image viewer space.
    As Vintasoft.Imaging.VintasoftPointTransform _
    )

    Parameters

    viewer
    An image viewer.
    drawingContext
    A drawing context where the object must be drawn.
    transformFromFocusedSliceToViewer
    The transform from the MPR slice space to the image viewer space.
    Requirements

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

    See Also