Path(Path) Constructor
Initializes a new instance of the
Path class by copying the content of another instance.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public Path(
Path other
)
Public Sub New (
other As Path
)
public:
Path(
Path^ other
)
new :
other : Path -> Path
Parameters
- other Path