'Declaration Protected Overridable Function CanCopyImage( _
ByVal imageThe image to test.As Vintasoft.Imaging.VintasoftImage _
) As Boolean
protected virtual bool CanCopyImage(
Vintasoft.Imaging.VintasoftImage image
)
protected: virtual bool CanCopyImage(
Vintasoft.Imaging.VintasoftImage* image
)
protected:
virtual bool CanCopyImage(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The image to test.
Return Value
True - this monitor can copy the image; false - this monitor cannot copy the image.