'Declaration Public Overloads Function GetTransformFromImageToControl( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage _
) As Vintasoft.Imaging.AffineMatrix
public Vintasoft.Imaging.AffineMatrix GetTransformFromImageToControl(
Vintasoft.Imaging.VintasoftImage image
)
public: Vintasoft.Imaging.AffineMatrix* GetTransformFromImageToControl(
Vintasoft.Imaging.VintasoftImage* image
)
public:
Vintasoft.Imaging.AffineMatrix^ GetTransformFromImageToControl(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The image.
Return Value
The AffineMatrix of world transformation from the coordinate space of image to the control coordinate space.