DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GaussianBlurEffect Class / Get Method / Get(Int32,GaussianBlurBorderMode) Method
The radius of the blur, in pixels.
The mapping mode for the pixels outside of the border.

In This Topic
Get(Int32,GaussianBlurBorderMode) Method
In This Topic
Returns an instance of the GaussianBlurEffect class.
Syntax
'Declaration
 
Public Overloads Shared Function Get( _
   Optional ByVal radius As System.Integer, _
   Optional ByVal borderMode As GaussianBlurBorderMode _
) As GaussianBlurEffect
 

Parameters

radius
The radius of the blur, in pixels.
borderMode
The mapping mode for the pixels outside of the border.
See Also