'Declaration Protected Overrides Sub RenderInContentSpace( _
ByVal viewerAn image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal drawingContextA drawing context where the object must be drawn.As System.Windows.Media.DrawingContext, _
ByVal transformFromFocusedSliceToViewerThe transform from the MPR slice space to the image viewer space.As Vintasoft.Imaging.VintasoftPointTransform _
)
protected override void RenderInContentSpace(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftPointTransform transformFromFocusedSliceToViewer
)
protected: void RenderInContentSpace(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftPointTransform* transformFromFocusedSliceToViewer
); override
protected:
void RenderInContentSpace(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftPointTransform^ transformFromFocusedSliceToViewer
); override
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.