PrimitiveShape.InvalidateGeometry Method

Invalidates the geometry for a IShape. After the invalidation, the IShape will recompute the geometry, which will occur asynchronously.

Namespace: Microsoft.Expression.Shapes
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Sub InvalidateGeometry ( _
    reasons As InvalidateGeometryReasons _
)
'Usage
Dim instance As PrimitiveShape
Dim reasons As InvalidateGeometryReasons

instance.InvalidateGeometry(reasons)
public void InvalidateGeometry (
    InvalidateGeometryReasons reasons
)
public:
virtual void InvalidateGeometry (
    InvalidateGeometryReasons reasons
) sealed
public final void InvalidateGeometry (
    InvalidateGeometryReasons reasons
)
public final function InvalidateGeometry (
    reasons : InvalidateGeometryReasons
)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PrimitiveShape Class
PrimitiveShape Members
Microsoft.Expression.Shapes Namespace