Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DeleteLeadDC Method
See Also 
Leadtools Namespace > RasterImage Class : DeleteLeadDC Method



hdc
Handle to a device context that was created using the CreateLeadDC method.
Deletes the device context that was created using the CreateLeadDC method.

Syntax

Visual Basic (Declaration) 
Public Shared Sub DeleteLeadDC( _
   ByVal hdc As IntPtr _
) 
Visual Basic (Usage)Copy Code
Dim hdc As IntPtr
 
RasterImage.DeleteLeadDC(hdc)
C# 
public static void DeleteLeadDC( 
   IntPtr hdc
)
C++/CLI 
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also