'Declaration Public Function GetNearestImage( _
ByVal pointInViewerSpaceThe point in image viewer space.As System.Drawing.PointF _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetNearestImage(
System.Drawing.PointF pointInViewerSpace
)
public: Vintasoft.Imaging.VintasoftImage* GetNearestImage(
System.Drawing.PointF pointInViewerSpace
)
public:
Vintasoft.Imaging.VintasoftImage^ GetNearestImage(
System.Drawing.PointF pointInViewerSpace
)
Parameters
- pointInViewerSpace
- The point in image viewer space.
Return Value
an image, which is the nearest to the specified point.