'Declaration Protected Overloads Function GetTransformToViewerSpace( _
ByVal viewerAn image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal imageThe image of the image viewer.As Vintasoft.Imaging.VintasoftImage _
) As Vintasoft.Imaging.AffineMatrix
protected Vintasoft.Imaging.AffineMatrix GetTransformToViewerSpace(
Vintasoft.Imaging.UI.ImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image
)
protected: Vintasoft.Imaging.AffineMatrix* GetTransformToViewerSpace(
Vintasoft.Imaging.UI.ImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image
)
protected:
Vintasoft.Imaging.AffineMatrix^ GetTransformToViewerSpace(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- viewer
- An image viewer.
- image
- The image of the image viewer.
Return Value
An instance of an AffineMatrix class for the specified image viewer.