'Declaration Public Function FindImage( _
ByVal pointThe System.Drawing.PointF for image search.As System.Drawing.PointF _
) As ContentImage
public ContentImage FindImage(
System.Drawing.PointF point
)
public: ContentImage* FindImage(
System.Drawing.PointF point
)
public:
ContentImage^ FindImage(
System.Drawing.PointF point
)
Parameters
- point
- The System.Drawing.PointF for image search.
Return Value
ContentImage object if the page contains image at specified point; otherwise null.