ImagingUtils

Inheritance: java.lang.Object

public class ImagingUtils

Constructors

Constructor Description
ImagingUtils()

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
loadImage(System.IO.Stream inputStream)
notify()
notifyAll()
saveImage(System.Drawing.Bitmap _bitmap, System.IO.Stream outputStream)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ImagingUtils()

public ImagingUtils()

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

hashCode()

public native int hashCode()

Returns: int

loadImage(System.IO.Stream inputStream)

public static System.Drawing.Bitmap loadImage(System.IO.Stream inputStream)

Parameters:

Parameter Type Description
inputStream com.aspose.ms.System.IO.Stream

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

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

saveImage(System.Drawing.Bitmap _bitmap, System.IO.Stream outputStream)

public static void saveImage(System.Drawing.Bitmap _bitmap, System.IO.Stream outputStream)

Parameters:

Parameter Type Description
_bitmap com.aspose.ms.System.Drawing.Bitmap
outputStream com.aspose.ms.System.IO.Stream

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