ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / IconElement Class / GetImage Method

In This Topic
    GetImage Method (IconElement)
    In This Topic
    Gets the image represented by this C1Icon.
    Syntax
    'Declaration
     
    Protected Overridable Function GetImage( _
       ByRef image As System.Drawing.Image, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    ) As System.Boolean
    protected virtual System.bool GetImage( 
       ref System.Drawing.Image image,
       System.int width,
       System.int height
    )

    Parameters

    image
    width
    height

    Return Value

    True if returned bitmap should be disposed when no longer needed; False otherwise.
    See Also