Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PictureCommand Class / Sharpen Method
The picture or group which contains a single picture to modify.
The sharpness threshold. Negative value to soften the picture.


In This Topic
    Sharpen Method
    In This Topic
    Creates a command that change sharpness of the picture.
    Syntax
    'Declaration
     
    
    Public Shared Function Sharpen( _
       ByVal shape As IShape, _
       ByVal sharpness As Double _
    ) As PictureCommand
    'Usage
     
    
    Dim shape As IShape
    Dim sharpness As Double
    Dim value As PictureCommand
     
    value = PictureCommand.Sharpen(shape, sharpness)
    public static PictureCommand Sharpen( 
       IShape shape,
       double sharpness
    )

    Parameters

    shape
    The picture or group which contains a single picture to modify.
    sharpness
    The sharpness threshold. Negative value to soften the picture.
    See Also