←Select platform

DeleteLeadDC Method

Summary

Deletes the device context that was created using the CreateLeadDC method.

Syntax
C#
VB
C++
public static void DeleteLeadDC( 
   IntPtr hdc 
) 
Public Shared Sub DeleteLeadDC( _ 
   ByVal hdc As IntPtr _ 
)  
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly