ICanvasPathFactory Interface

ICanvasPathFactory interface

Represents a factory for creating canvas paths.

public interface ICanvasPathFactory

Methods

NameDescription
Create()Creates a new empty path.
Create(IPath)Creates a new path by copying an existing path.

See Also