'Declaration Public Shared Sub UnlockSourceBitmap( _
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 _
)
public static void UnlockSourceBitmap(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings
)
public: static void UnlockSourceBitmap(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* renderingSettings
)
public:
static void UnlockSourceBitmap(
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.