Path(Path) Constructor

Initializes a new instance of the Path class by copying the content of another instance.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public Path(
	Path other
)

Parameters

other  Path

See Also