ILaserLine

public interface ILaserLine

Methods

Method Description
estimateSeparatrix()
getEnd()
getStart()
getZebra(int separatrix)

estimateSeparatrix()

public abstract int estimateSeparatrix()

Returns: int

getEnd()

public abstract System.Drawing.Point getEnd()

Returns: com.aspose.ms.System.Drawing.Point

getStart()

public abstract System.Drawing.Point getStart()

Returns: com.aspose.ms.System.Drawing.Point

getZebra(int separatrix)

public abstract Int32List getZebra(int separatrix)

Parameters:

Parameter Type Description
separatrix int

Returns: Int32List