New to Telerik UI for WPFStart a free 30-day trial

Represents the sketch effect.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

C#
public class SketchEffect

Inheritance: objectSketchEffect

Constructors

Initializes a new instance of the SketchEffect class.

C#
public SketchEffect(PathGeometry originalGeometry)
Parameters:originalGeometryPathGeometry

The original geometry.

Methods

Sketches this instance.

C#
public Geometry Sketch()
Returns:

Geometry