GeometryEffect Class
Expression Studio 4.0
Provides the base class for GeometryEffect that transforms a geometry into another geometry.
Namespace: Microsoft.Expression.Media
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)
This class provides the basic implementation of processing the rendered geometry of a IShape before it's passed to rendering.
A typical implementation will extend the virtual function ProcessGeometry to transform the input geometry.
GeometryEffect is typically attached to IShape as an attached property and activated when IShape geometry is updated.
The OutputGeometry of a GeometryEffect will replace the rendered geometry in IShape.
System.Object
System.Windows.DependencyObject
Microsoft.Expression.Media.GeometryEffect
Microsoft.Expression.Media.SketchGeometryEffect
System.Windows.DependencyObject
Microsoft.Expression.Media.GeometryEffect
Microsoft.Expression.Media.SketchGeometryEffect