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

In This Topic
    GetImage Method (VectorIconElement)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function GetImage( _
       ByRef image As System.Drawing.Image, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    ) As System.Boolean
    protected override System.bool GetImage( 
       ref System.Drawing.Image image,
       System.int width,
       System.int height
    )

    Parameters

    image
    width
    height
    See Also