←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly