Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

DeleteLeadDC Method






Handle to a device context that was created using the CreateLeadDC method.
Deletes the device context that was created using the CreateLeadDC method.
Syntax
public static void DeleteLeadDC( 
   IntPtr hdc
)
'Declaration
 
Public Shared Sub DeleteLeadDC( _
   ByVal hdc As IntPtr _
) 
'Usage
 
Dim hdc As IntPtr
 
RasterImagePainter.DeleteLeadDC(hdc)
public:
static void DeleteLeadDC( 
   IntPtr hdc
) 

Parameters

hdc
Handle to a device context that was created using the CreateLeadDC method.
Example
For an example, refer to CreateLeadDC.
Requirements

Target Platforms

See Also

Reference

RasterImagePainter Class
RasterImagePainter Members

Error processing SSI file