Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PictureCommand Class / Blur Method
The picture or group which contains a single picture to modify.
An integer value in range 0..100 that specifies the blur threshold.


In This Topic
    Blur Method
    In This Topic
    Creates a command that blur the picture.
    Syntax
    'Declaration
     
    
    Public Shared Function Blur( _
       ByVal shape As IShape, _
       ByVal radius As Integer _
    ) As PictureCommand
    'Usage
     
    
    Dim shape As IShape
    Dim radius As Integer
    Dim value As PictureCommand
     
    value = PictureCommand.Blur(shape, radius)
    public static PictureCommand Blur( 
       IShape shape,
       int radius
    )

    Parameters

    shape
    The picture or group which contains a single picture to modify.
    radius
    An integer value in range 0..100 that specifies the blur threshold.
    See Also