CompositionPath(IGeometrySource2D) Constructor

Definition

Initializes a new instance of the CompositionPath class.

public:
 CompositionPath(IGeometrySource2D ^ source);
 CompositionPath(IGeometrySource2D const& source);
public CompositionPath(IGeometrySource2D source);
function CompositionPath(source)
Public Sub New (source As IGeometrySource2D)

Parameters

source
IGeometrySource2D

The source of the path data.

Applies to