LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DeleteLeadDC Method
See Also 



hdc
Handle to a device context that was created using the CreateLeadDC 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
 
RasterImagePainter.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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also