SimpleLine Constructor (SimpleLine)

Initializes a new instance of the SimpleLine class.

Namespace:  Aspose.Gis.Rendering.Symbolizers
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public SimpleLine(
	SimpleLine other
)

Parameters

other
Type: Aspose.Gis.Rendering.SymbolizersSimpleLine
The other SimpleLine to copy data from.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe argument is .
See Also