Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PictureCommand Class / GlowEdges Method
The picture or group which contains a single picture to modify.
A value in range 0..100 that specifies the transparency of the effect.
An integer value in range 0..10 that specifies the smooth threshold.


In This Topic
    GlowEdges Method
    In This Topic
    Creates a command that blur the picture.
    Syntax
    'Declaration
     
    
    Public Shared Function GlowEdges( _
       ByVal shape As IShape, _
       ByVal transparency As Double, _
       ByVal smoothness As Integer _
    ) As PictureCommand
    'Usage
     
    
    Dim shape As IShape
    Dim transparency As Double
    Dim smoothness As Integer
    Dim value As PictureCommand
     
    value = PictureCommand.GlowEdges(shape, transparency, smoothness)

    Parameters

    shape
    The picture or group which contains a single picture to modify.
    transparency
    A value in range 0..100 that specifies the transparency of the effect.
    smoothness
    An integer value in range 0..10 that specifies the smooth threshold.
    See Also