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

In This Topic
    GetImage Method (IconRenderer)
    In This Topic
    Gets the image that the icon was rendered into.
    Syntax
    'Declaration
     
    Public MustOverride Function GetImage() As Image
    public abstract Image GetImage()
    See Also