'Declaration Public Shared Function IsSourceBitmapLocked( _
ByVal imageVintasoftImage object.As Vintasoft.Imaging.VintasoftImage _
) As Boolean
public static bool IsSourceBitmapLocked(
Vintasoft.Imaging.VintasoftImage image
)
public: static bool IsSourceBitmapLocked(
Vintasoft.Imaging.VintasoftImage* image
)
public:
static bool IsSourceBitmapLocked(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- VintasoftImage object.
Return Value
True - source VintasoftBitmap of VintasoftImage object is locked; false - source VintasoftBitmap of VintasoftImage object is NOT locked.