Click or drag to resize
EdgeDetectionEffect Properties

The EdgeDetectionEffect type exposes the following members.

Properties
  NameDescription
Public propertyAlphaMode
Specifies the treatment of alpha. Default value Premultiplied.
Public propertyAmount
Adjusts the sensitivity of the edge detection filter. Default value 0.5, range 0 to 1.
Public propertyBlurAmount
Specifies the amount of blur to apply before edge detection. Blur is used to remove high frequencies and reduce phantom edges. Default value 0, range 0 to 10.
Public propertyBufferPrecision
Specifies what precision to use for intermediate buffers when drawing this effect.
Public propertyCacheOutput
Enables caching the output from drawing this effect.
Public propertyMode
Specifies what type of filter kernel to use for edge detection. Default value Sobel.
Public propertyName
Attaches a user-defined name string to the effect.
Public propertyOverlayEdges
If false, the output image is fully opaque. If true, input opacity is preserved. Default value false.
Public propertySource
Gets or sets the input source for EdgeDetection effect.
Top
See Also