Share via


IGeometrySourceParameters Interface

Provides an interface to describe the parameters of a Shape.

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

Syntax

'Declaration
Public Interface IGeometrySourceParameters
'Usage
Dim instance As IGeometrySourceParameters
public interface IGeometrySourceParameters
public interface class IGeometrySourceParameters
public interface IGeometrySourceParameters
public interface IGeometrySourceParameters

Remarks

This interface is the data for communication between Shape and GeometrySource. Typically, a concrete implementation of IShape will implement this interface and pass it into GeometrySource.UpdateGeometry(), which will then consume the shape as a read-only data provider.

See Also

Reference

IGeometrySourceParameters Members
Microsoft.Expression.Media Namespace