Class SketchEffect
Represents the sketch effect.
Inheritance
System.Object
SketchEffect
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class SketchEffect : Object
Constructors
SketchEffect(PathGeometry)
Initializes a new instance of the SketchEffect class.
Declaration
public SketchEffect(PathGeometry originalGeometry)
Parameters
System.Windows.Media.PathGeometry
originalGeometry
The original geometry. |
Methods
Sketch()
Sketches this instance.
Declaration
public Geometry Sketch()
Returns
System.Windows.Media.Geometry
|