Dpi

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct

public class Dpi extends Struct<Dpi>

Constructors

ConstructorDescription
Dpi()
Dpi(float dpiX, float dpiY)
Dpi(System.Drawing.Bitmap bitmap)

Methods

MethodDescription
Clone()
CloneTo(T that)
CloneTo(Dpi that)
clone()
equals(Dpi obj1, Dpi obj2)
equals(Object obj)
getClass()
getDpiX()
getDpiY()
hashCode()
notify()
notifyAll()
setResolutionTo(System.Drawing.Bitmap bitmap)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Dpi()

public Dpi()

Dpi(float dpiX, float dpiY)

public Dpi(float dpiX, float dpiY)

Parameters:

ParameterTypeDescription
dpiXfloat
dpiYfloat

Dpi(System.Drawing.Bitmap bitmap)

public Dpi(System.Drawing.Bitmap bitmap)

Parameters:

ParameterTypeDescription
bitmapcom.aspose.ms.System.Drawing.Bitmap

Clone()

public Dpi Clone()

Returns: com.aspose.barcode.drawing.Dpi

CloneTo(T that)

public abstract void CloneTo(T that)

Parameters:

ParameterTypeDescription
thatT

CloneTo(Dpi that)

public void CloneTo(Dpi that)

Parameters:

ParameterTypeDescription
thatcom.aspose.barcode.drawing.Dpi

clone()

public Object clone()

Returns: java.lang.Object

equals(Dpi obj1, Dpi obj2)

public static boolean equals(Dpi obj1, Dpi obj2)

Parameters:

ParameterTypeDescription
obj1com.aspose.barcode.drawing.Dpi
obj2com.aspose.barcode.drawing.Dpi

Returns: boolean

equals(Object obj)

public boolean equals(Object obj)

Parameters:

ParameterTypeDescription
objjava.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDpiX()

public float getDpiX()

Returns: float

getDpiY()

public float getDpiY()

Returns: float

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setResolutionTo(System.Drawing.Bitmap bitmap)

public void setResolutionTo(System.Drawing.Bitmap bitmap)

Parameters:

ParameterTypeDescription
bitmapcom.aspose.ms.System.Drawing.Bitmap

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int