InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / CompositeIconElement Class / GetImage Method

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

    Parameters

    image
    width
    height

    Return Value

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