SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Frees a GDI+ image previously loaded with LoadGDIPlusImageFromFile or LoadGDIPlusImageFromResource.
C
void SftMask_FreeGDIPlusImageLoadedFromFile(LPVOID pGDIPlusImage); void SftMask_FreeGDIPlusImageLoadedFromResource(LPVOID pGDIPlusImage);
pGDIPlusImage
The pointer returned by the matching loader.
The loader and the matching free routine must always be paired - resource-loaded images go through FreeGDIPlusImageLoadedFromResource, file-loaded images through FreeGDIPlusImageLoadedFromFile. Free an image only after it is no longer referenced by any SFT_PICTURE slot of a control.
See Also LoadGDIPlusImage | GDI+ | Error Image
