RectBitmap
Contents
[
Hide
]
Inheritance: java.lang.Object
public class RectBitmap
Constructors
| Constructor | Description |
|---|---|
| RectBitmap(int aWidth, int aHeight, boolean isInit) | |
| RectBitmap(int aWidth, int aHeight, System.Drawing.Rectangle aInit) | |
| RectBitmap(RectBitmap aBitmap) |
Fields
| Field | Description |
|---|---|
| Data | |
| Height | |
| Width |
Methods
RectBitmap(int aWidth, int aHeight, boolean isInit)
public RectBitmap(int aWidth, int aHeight, boolean isInit)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aWidth | int | |
| aHeight | int | |
| isInit | boolean |
RectBitmap(int aWidth, int aHeight, System.Drawing.Rectangle aInit)
public RectBitmap(int aWidth, int aHeight, System.Drawing.Rectangle aInit)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aWidth | int | |
| aHeight | int | |
| aInit | com.aspose.ms.System.Drawing.Rectangle |
RectBitmap(RectBitmap aBitmap)
public RectBitmap(RectBitmap aBitmap)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aBitmap | RectBitmap |
Data
public System.Drawing.Rectangle[] Data
Height
public int Height
Width
public int Width
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
get_Item(int x, int y)
public final System.Drawing.Rectangle get_Item(int x, int y)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x | int | |
| y | int |
Returns: com.aspose.ms.System.Drawing.Rectangle
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
set_Item(int x, int y, System.Drawing.Rectangle value)
public final void set_Item(int x, int y, System.Drawing.Rectangle value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x | int | |
| y | int | |
| value | 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 |