LensBlurEffect Constructor
| Name | Description | |
|---|---|---|
|
LensBlurEffect |
Creates and initializes a new LensBlurEffect. |
|
LensBlurEffect(IImageProvider) |
Creates and initializes a new LensBlurEffect with a source and default values. |
|
LensBlurEffect(IImageProvider, ILensBlurKernel) |
Creates and initializes a new LensBlurEffect with the specified source and kernel. |
|
LensBlurEffect(IImageProvider, IImageProvider) |
Creates and initializes a new LensBlurEffect with the specified source, kernel map and default values. |
|
LensBlurEffect(IImageProvider, IImageProvider, ILensBlurKernel) |
Creates and initializes a new LensBlurEffect with the specified source, kernel map and kernel. |
|
LensBlurEffect(IImageProvider, IImageProvider, IVectorView) |
Initializes a new instance of the LensBlurEffect class
|
|
LensBlurEffect(IImageProvider, IImageProvider, IReadOnlyList(Of ILensBlurKernel)) |
Initializes a new instance of the LensBlurEffect class
|
Show: