You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Exporting GdPicture Image > ReleaseGdPictureImageDC Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.ReleaseGdPictureImageDC Method

Releases a device context handle obtained by a previous to the GetDCFromGdPictureImage() function.

C#
public GdPictureStatus ReleaseGdPictureImageDC(
    IntPtr hdc
);
Visual Basic
Public Function ReleaseGdPictureImageDC(
    ByVal hdc As IntPtr
) As GdPictureStatus
Parameters
Parameters 
Description 
hdc 
Handle to a device context obtained by a previous to the GetDCFromGdPictureImage() function.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.