RasterImageMarker.RasterImageMarker

RasterImageMarker(string)

Initializes a new instance of the RasterImageMarker class.

public RasterImageMarker(string imagePath)
ParameterTypeDescription
imagePathStringPath to the file.

See Also


RasterImageMarker(AbstractPath)

Initializes a new instance of the RasterImageMarker class.

public RasterImageMarker(AbstractPath imagePath)
ParameterTypeDescription
imagePathAbstractPathPath to the file.

See Also


RasterImageMarker(RasterImageMarker)

Initializes a new instance of the RasterImageMarker class.

public RasterImageMarker(RasterImageMarker other)
ParameterTypeDescription
otherRasterImageMarkerThe other RasterImageMarker to copy data from.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also