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

In This Topic
    GetImage Method (PolygonIconElement)
    In This Topic
    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
    See Also