AreaFix

Inheritance: java.lang.Object

public class AreaFix

Constructors

Constructor Description
AreaFix()

Methods

Method Description
equals(Object arg0)
fixToArea(DoublePointFs aPoints, int Left, int Top, int Width, int Height)
fixToArea(DoublePoints aPoints, int Left, int Top, int Width, int Height)
fixToArea(System.Drawing.Point Pt0, System.Drawing.Point Pt1, int Left, int Top, int Width, int Height)
fixToArea(System.Drawing.Point Pt0, int Left, int Top, int Width, int Height)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AreaFix()

public AreaFix()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

fixToArea(DoublePointFs aPoints, int Left, int Top, int Width, int Height)

public static DoublePointFs fixToArea(DoublePointFs aPoints, int Left, int Top, int Width, int Height)

Parameters:

Parameter Type Description
aPoints DoublePointFs
Left int
Top int
Width int
Height int

Returns: DoublePointFs

fixToArea(DoublePoints aPoints, int Left, int Top, int Width, int Height)

public static DoublePoints fixToArea(DoublePoints aPoints, int Left, int Top, int Width, int Height)

Parameters:

Parameter Type Description
aPoints DoublePoints
Left int
Top int
Width int
Height int

Returns: DoublePoints

fixToArea(System.Drawing.Point Pt0, System.Drawing.Point Pt1, int Left, int Top, int Width, int Height)

public static DoublePoints fixToArea(System.Drawing.Point Pt0, System.Drawing.Point Pt1, int Left, int Top, int Width, int Height)

Parameters:

Parameter Type Description
Pt0 com.aspose.ms.System.Drawing.Point
Pt1 com.aspose.ms.System.Drawing.Point
Left int
Top int
Width int
Height int

Returns: DoublePoints

fixToArea(System.Drawing.Point Pt0, int Left, int Top, int Width, int Height)

public static System.Drawing.Point fixToArea(System.Drawing.Point Pt0, int Left, int Top, int Width, int Height)

Parameters:

Parameter Type Description
Pt0 com.aspose.ms.System.Drawing.Point
Left int
Top int
Width int
Height int

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

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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