SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Deletes a GDI+ image object.
VB.NET | object.DeleteGDIPlusImage(ByVal pGDIPlusImage As Integer) |
VB | object.DeleteGDIPlusImage(ByVal pGDIPlusImage As LONG_PTR) |
C#.NET | void object.DeleteGDIPlusImage(int pGDIPlusImage); |
VC++ | HRESULT object->DeleteGDIPlusImage(LONG_PTR pGDIPlusImage); |
C | HRESULT object->raw_DeleteGDIPlusImage(LONG_PTR pGDIPlusImage); |
object
pGDIPlusImage
A pointer to a GDI+ image (Gdiplus::Image*) allocated using LoadGDIPlusImage or LoadGDIPlusImageFromResource.
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 SftBox Object | Object Hierarchy