VignettingEffect Constructor

  Name Description
Public method VignettingEffect()
Creates and initializes a new VignettingEffect.
Public method VignettingEffect(IImageProvider)
Creates and initializes a new VignettingEffect that uses the provided image source.
Public method VignettingEffect(Double, Color)
Creates and initializes a new VignettingEffect with specified transition size and vignetting color.
Public method VignettingEffect(Double, Color, Rect)
Creates and initializes a new VignettingEffect with specified transition size, vignetting color, and region of application.
Public method VignettingEffect(IImageProvider, Double, Color)
Creates and initializes a new VignettingEffect with specified transition size and vignetting color.
Public method VignettingEffect(IImageProvider, Double, Color, Rect)
Creates and initializes a new VignettingEffect with specified transition size, vignetting color, region of application and source.
Show: