'Declaration Public Shared Function TryUnlockSourceBitmap( _
ByVal imageVintasoftImage object.As Vintasoft.Imaging.VintasoftImage, _
ByVal renderingSettingsThe rendering settings, which were applied to the image when source bitmap of image was locked.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings _
) As Boolean
public static bool TryUnlockSourceBitmap(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings
)
public: static bool TryUnlockSourceBitmap(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* renderingSettings
)
public:
static bool TryUnlockSourceBitmap(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ renderingSettings
)
Parameters
- image
- VintasoftImage object.
- renderingSettings
- The rendering settings, which were applied to the image when source bitmap of image was locked.
Return Value
True - source VintasoftBitmap of VintasoftImage object is unlocked successfully; false - source VintasoftBitmap of VintasoftImage object is NOT unlocked.