ColorBitmap

Inheritance: java.lang.Object

public class ColorBitmap

Constructors

Constructor Description
ColorBitmap(int aWidth, int aHeight)
ColorBitmap(int aWidth, int aHeight, System.Drawing.Color aInit)
ColorBitmap(int aWidth, int aHeight, System.Drawing.Color[] aData)
ColorBitmap(int aWidth, int aHeight, System.Drawing.Color[][] aData)
ColorBitmap(ColorBitmap aBitmap)

Methods

Method Description
equals(Object arg0)
getClass()
getData()
getHeight()
getWidth()
get_Item(int x, int y)
hashCode()
notify()
notifyAll()
set_Item(int x, int y, System.Drawing.Color value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ColorBitmap(int aWidth, int aHeight)

public ColorBitmap(int aWidth, int aHeight)

Parameters:

Parameter Type Description
aWidth int
aHeight int

ColorBitmap(int aWidth, int aHeight, System.Drawing.Color aInit)

public ColorBitmap(int aWidth, int aHeight, System.Drawing.Color aInit)

Parameters:

Parameter Type Description
aWidth int
aHeight int
aInit com.aspose.ms.System.Drawing.Color

ColorBitmap(int aWidth, int aHeight, System.Drawing.Color[] aData)

public ColorBitmap(int aWidth, int aHeight, System.Drawing.Color[] aData)

Parameters:

Parameter Type Description
aWidth int
aHeight int
aData com.aspose.ms.System.Drawing.Color[]

ColorBitmap(int aWidth, int aHeight, System.Drawing.Color[][] aData)

public ColorBitmap(int aWidth, int aHeight, System.Drawing.Color[][] aData)

Parameters:

Parameter Type Description
aWidth int
aHeight int
aData com.aspose.ms.System.Drawing.Color[][]

ColorBitmap(ColorBitmap aBitmap)

public ColorBitmap(ColorBitmap aBitmap)

Parameters:

Parameter Type Description
aBitmap ColorBitmap

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

getData()

public System.Drawing.Color[] getData()

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

getHeight()

public int getHeight()

Returns: int

getWidth()

public int getWidth()

Returns: int

get_Item(int x, int y)

public System.Drawing.Color get_Item(int x, int y)

Parameters:

Parameter Type Description
x int
y int

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

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.Color value)

public void set_Item(int x, int y, System.Drawing.Color value)

Parameters:

Parameter Type Description
x int
y int
value com.aspose.ms.System.Drawing.Color

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