Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.DeleteGDIPlusImage Method

Deletes a GDI+ image object.

Syntax

VBobject.DeleteGDIPlusImage(ByVal pGDIPlusImage As LONG_PTR)

object

A SftTabs object.

pGDIPlusImage

A pointer to a GDI+ image (Gdiplus::Image*) allocated using LoadGDIPlusImage or LoadGDIPlusImageFromResource.

Comments

The DeleteGDIPlusImage method deletes a GDI+ image object.

A GDI+ image created using LoadGDIPlusImage or LoadGDIPlusImageFromResource must be freed using DeleteGDIPlusImage (or the equivalent "delete Gdiplus::Image*", which is usually accessible to C++ applications only).

This method is mainly intended for applications written using a language that does not have direct access to GDI+ (such as VB6). Other languages usually have direct access to GDI+ (such as C++) or have other mechanisms (NETImageObject for .NET applications).

See Also SftTabs Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.