Share via


IShape.InvalidateGeometry Method

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

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

Syntax

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

instance.InvalidateGeometry(reasons)
void InvalidateGeometry (
    InvalidateGeometryReasons reasons
)
void InvalidateGeometry (
    InvalidateGeometryReasons reasons
)
void InvalidateGeometry (
    InvalidateGeometryReasons reasons
)
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

IShape Interface
IShape Members
Microsoft.Expression.Media Namespace