This topic has not yet been rated - Rate this topic

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)
[TypeConverterAttribute(typeof(GeometryEffectConverter))] 
public abstract class GeometryEffect : DependencyObject
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.