'Declaration Protected Overrides Sub DrawInContentSpace( _
ByVal viewerAn image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal gA graphics where the object must be drawn.As System.Drawing.Graphics, _
ByVal transformFromFocusedSliceToViewerThe transform from the MPR slice space to the image viewer space.As Vintasoft.Imaging.VintasoftPointTransform _
)
protected override void DrawInContentSpace(
Vintasoft.Imaging.UI.ImageViewer viewer,
System.Drawing.Graphics g,
Vintasoft.Imaging.VintasoftPointTransform transformFromFocusedSliceToViewer
)
protected: void DrawInContentSpace(
Vintasoft.Imaging.UI.ImageViewer* viewer,
System.Drawing.Graphics* g,
Vintasoft.Imaging.VintasoftPointTransform* transformFromFocusedSliceToViewer
); override
protected:
void DrawInContentSpace(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
System.Drawing.Graphics^ g,
Vintasoft.Imaging.VintasoftPointTransform^ transformFromFocusedSliceToViewer
); override
Parameters
- viewer
- An image viewer.
- g
- A graphics where the object must be drawn.
- transformFromFocusedSliceToViewer
- The transform from the MPR slice space to the image viewer space.