CompositionPath(IGeometrySource2D) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.