Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PictureCommand Class / ColorChange Method
The color is being transparent.
Collection of picture which effect apply to.


In This Topic
    ColorChange Method
    In This Topic
    Creates a command that make a color in the current picture transparent.
    Syntax
    'Declaration
     
    
    Public Shared Function ColorChange( _
       ByVal color As SchemeColor, _
       ByVal ParamArray shapes() As IShape _
    ) As PictureCommand
    'Usage
     
    
    Dim color As SchemeColor
    Dim shapes() As IShape
    Dim value As PictureCommand
     
    value = PictureCommand.ColorChange(color, shapes)
    public static PictureCommand ColorChange( 
       SchemeColor color,
       params IShape[] shapes
    )

    Parameters

    color
    The color is being transparent.
    shapes
    Collection of picture which effect apply to.
    See Also