ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Drawing.Image
    public abstract System.Drawing.Image GetImage()
    See Also