BoundaryPoints

Inheritance: java.lang.Object

public class BoundaryPoints

Constructors

Constructor Description
BoundaryPoints(BoundaryPoints aBoundary)
BoundaryPoints(System.Drawing.Point[] aPoints)
BoundaryPoints(List<System.Drawing.Point> aPoints)
BoundaryPoints(QuadPoints aQuad)
BoundaryPoints(System.Drawing.Point aPoint)

Fields

Field Description
Bottom
Left
Right
Top

Methods

Method Description
equals(Object arg0)
getBoundaryRect()
getClass()
hashCode()
notify()
notifyAll()
proceedBoundary(BoundaryPoints aBoundary)
proceedPoint(System.Drawing.Point aPoint)
proceedPoints(System.Drawing.Point[] aPoints)
proceedPoints(List<System.Drawing.Point> aPoints)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BoundaryPoints(BoundaryPoints aBoundary)

public BoundaryPoints(BoundaryPoints aBoundary)

Parameters:

Parameter Type Description
aBoundary BoundaryPoints

BoundaryPoints(System.Drawing.Point[] aPoints)

public BoundaryPoints(System.Drawing.Point[] aPoints)

Parameters:

Parameter Type Description
aPoints com.aspose.ms.System.Drawing.Point[]

BoundaryPoints(List<System.Drawing.Point> aPoints)

public BoundaryPoints(List<System.Drawing.Point> aPoints)

Parameters:

Parameter Type Description
aPoints java.util.List<com.aspose.ms.System.Drawing.Point>

BoundaryPoints(QuadPoints aQuad)

public BoundaryPoints(QuadPoints aQuad)

Parameters:

Parameter Type Description
aQuad QuadPoints

BoundaryPoints(System.Drawing.Point aPoint)

public BoundaryPoints(System.Drawing.Point aPoint)

Parameters:

Parameter Type Description
aPoint com.aspose.ms.System.Drawing.Point

Bottom

public System.Drawing.Point Bottom

Left

public System.Drawing.Point Left
public System.Drawing.Point Right

Top

public System.Drawing.Point Top

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getBoundaryRect()

public System.Drawing.Rectangle getBoundaryRect()

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

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

proceedBoundary(BoundaryPoints aBoundary)

public void proceedBoundary(BoundaryPoints aBoundary)

Parameters:

Parameter Type Description
aBoundary BoundaryPoints

proceedPoint(System.Drawing.Point aPoint)

public void proceedPoint(System.Drawing.Point aPoint)

Parameters:

Parameter Type Description
aPoint com.aspose.ms.System.Drawing.Point

proceedPoints(System.Drawing.Point[] aPoints)

public void proceedPoints(System.Drawing.Point[] aPoints)

Parameters:

Parameter Type Description
aPoints com.aspose.ms.System.Drawing.Point[]

proceedPoints(List<System.Drawing.Point> aPoints)

public void proceedPoints(List<System.Drawing.Point> aPoints)

Parameters:

Parameter Type Description
aPoints java.util.List<com.aspose.ms.System.Drawing.Point>

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int