Share via


GeometryEffect.UpdateCachedGeometry Method

Extends the way of updating cachedGeometry based on a given input geometry.

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

Syntax

'Declaration
Protected MustOverride Function UpdateCachedGeometry ( _
    input As Geometry _
) As Boolean
'Usage
Dim input As Geometry
Dim returnValue As Boolean

returnValue = Me.UpdateCachedGeometry(input)
protected abstract bool UpdateCachedGeometry (
    Geometry input
)
protected:
virtual bool UpdateCachedGeometry (
    Geometry^ input
) abstract
protected abstract boolean UpdateCachedGeometry (
    Geometry input
)
protected abstract function UpdateCachedGeometry (
    input : Geometry
) : boolean

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

GeometryEffect Class
GeometryEffect Members
Microsoft.Expression.Media Namespace