Accusoft.ImagXpress13.Net
ReleaseGraphics() Method




Releases the previously received System.Drawing.Graphics object.
Syntax
public void ReleaseGraphics()
public: void ReleaseGraphics(); 
public:
void ReleaseGraphics(); 
'Declaration
 
Public Overloads Sub ReleaseGraphics() 
 
'Usage
 
Dim instance As ImageX
 
instance.ReleaseGraphics()

Return Value

void
Remarks
Releases the previously received Graphics object and updates the ImageX object with the image in the Graphics object. The ImageX object may have a new bit depth after a GetGraphics/ReleaseGraphics set of calls. The previously returned Graphics object is Disposed and should no longer be used. An exception will be generated if this routine is called without a matching GetGraphics call. The ImageX object may have a new bit depth after a GetGraphics/ReleaseGraphics set of calls.
See Also

Reference

ImageX Class
ImageX Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback