PrimitiveShape.CreateGeometrySource Method

Extends how the shape is drawn with creating geometry source.

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

Syntax

'Declaration
Protected MustOverride Function CreateGeometrySource As IGeometrySource
'Usage
Dim returnValue As IGeometrySource

returnValue = Me.CreateGeometrySource
protected abstract IGeometrySource CreateGeometrySource ()
protected:
virtual IGeometrySource^ CreateGeometrySource () abstract
protected abstract IGeometrySource CreateGeometrySource ()
protected abstract function CreateGeometrySource () : IGeometrySource

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