Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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
)
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also