RectangleVertexes

Inheritance: java.lang.Object

public class RectangleVertexes

Constructors

Constructor Description
RectangleVertexes()
RectangleVertexes(RectangleVertexes vertexes)
RectangleVertexes(System.Drawing.Point leftTop, System.Drawing.Point rightTop, System.Drawing.Point leftBottom, System.Drawing.Point rightBottom)
RectangleVertexes(System.Drawing.Rectangle rectangle)

Fields

Field Description
leftBottom
leftTop
rightBottom
rightTop

Methods

Method Description
equals(Object arg0)
fullRect() Calculates the smallest rectangle containing all points
fullRectangleVertexes()
getClass()
getHeightLeft() Left height
getHeightRight() Right height
getWidthBottom() Bottom width
getWidthTop() Top width
hashCode()
isEmpty()
notify()
notifyAll()
regionTransformation(ByteBitmap byteBitmap, float dimensionX, float dimensionY) Create region transformation
toArray()
toList() Converts points to a generic list
toRectange()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

RectangleVertexes()

public RectangleVertexes()

RectangleVertexes(RectangleVertexes vertexes)

public RectangleVertexes(RectangleVertexes vertexes)

Parameters:

Parameter Type Description
vertexes RectangleVertexes

RectangleVertexes(System.Drawing.Point leftTop, System.Drawing.Point rightTop, System.Drawing.Point leftBottom, System.Drawing.Point rightBottom)

public RectangleVertexes(System.Drawing.Point leftTop, System.Drawing.Point rightTop, System.Drawing.Point leftBottom, System.Drawing.Point rightBottom)

Parameters:

Parameter Type Description
leftTop com.aspose.ms.System.Drawing.Point
rightTop com.aspose.ms.System.Drawing.Point
leftBottom com.aspose.ms.System.Drawing.Point
rightBottom com.aspose.ms.System.Drawing.Point

RectangleVertexes(System.Drawing.Rectangle rectangle)

public RectangleVertexes(System.Drawing.Rectangle rectangle)

Parameters:

Parameter Type Description
rectangle com.aspose.ms.System.Drawing.Rectangle

leftBottom

public System.Drawing.Point leftBottom

leftTop

public System.Drawing.Point leftTop

rightBottom

public System.Drawing.Point rightBottom

rightTop

public System.Drawing.Point rightTop

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

fullRect()

public System.Drawing.Rectangle fullRect()

Calculates the smallest rectangle containing all points

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

fullRectangleVertexes()

public RectangleVertexes fullRectangleVertexes()

Returns: RectangleVertexes

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getHeightLeft()

public int getHeightLeft()

Left height

Returns: int

getHeightRight()

public int getHeightRight()

Right height

Returns: int

getWidthBottom()

public int getWidthBottom()

Bottom width

Returns: int

getWidthTop()

public int getWidthTop()

Top width

Returns: int

hashCode()

public native int hashCode()

Returns: int

isEmpty()

public boolean isEmpty()

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

regionTransformation(ByteBitmap byteBitmap, float dimensionX, float dimensionY)

public RegionalTransformation2D regionTransformation(ByteBitmap byteBitmap, float dimensionX, float dimensionY)

Create region transformation

Parameters:

Parameter Type Description
byteBitmap ByteBitmap A bytebitmap
dimensionX float Dimension X
dimensionY float Dimension Y

Returns: RegionalTransformation2D - A transformation

toArray()

public System.Drawing.Point[] toArray()

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

toList()

public System.Collections.Generic.List<System.Drawing.Point> toList()

Converts points to a generic list

Returns: List -

toRectange()

public System.Drawing.Rectangle toRectange()

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

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