Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / GetPictureRecolorPreset Method
source picture


In This Topic
    GetPictureRecolorPreset Method
    In This Topic
    Get the Recolor preset applied to specified picture.
    Syntax
    'Declaration
     
    
    Public Shared Function GetPictureRecolorPreset( _
       ByVal picture As IPicture _
    ) As PictureCommand.RecolorPreset
    'Usage
     
    
    Dim picture As IPicture
    Dim value As PictureCommand.RecolorPreset
     
    value = UIHelper.GetPictureRecolorPreset(picture)
    public static PictureCommand.RecolorPreset GetPictureRecolorPreset( 
       IPicture picture
    )

    Parameters

    picture
    source picture
    See Also