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
Retrieves the picture object attributes defined as a GDI+ image.
VB.NET | object.GetImage(ByRef GDIPlusImage As Integer, ByRef Owned As Boolean) |
VB | object.GetImage(GDIPlusImage As LONG_PTR, Owned As Boolean) |
C#.NET | void object.GetImage(out int GDIPlusImage, out bool Owned); |
VC++ | HRESULT object->GetImage(LONG_PTR* GDIPlusImage, VARIANT_BOOL* Owned); |
C | HRESULT object->raw_GetImage(LONG_PTR* GDIPlusImage, VARIANT_BOOL* Owned); |
object
GDIPlusImage
Returns a pointer to a Gdiplus::Image object.
Owned
Returns True if the GDI+ image is owned by the control, False otherwise.
The GetImage method retrieves the picture object attributes defined as a GDI+ image.
SetImage can be used to assign ownership of a GDI+ image to the control, so it automatically deletes the object when it is no longer needed. This is typically only used by C++ applications that have direct access to GDI+ classes.
If the current picture object is not based on an GDI+ image (SftPictureObject.Type other than sftTypeGDIPlus), the returned values are not valid.
See Also SftPictureObject Object | Object Hierarchy