RotateTransformation

Inheritance: java.lang.Object

public class RotateTransformation

Rotate Transformation

Constructors

Constructor Description
RotateTransformation(float dx, float dy, boolean ignore) Initializes a new instance of the RotateTransformation class.

Methods

Method Description
comeback(System.Drawing.Point point) Executes back transformation of the point
equals(Object arg0)
execute(System.Drawing.Point point) Rotate a point
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

RotateTransformation(float dx, float dy, boolean ignore)

public RotateTransformation(float dx, float dy, boolean ignore)

Initializes a new instance of the RotateTransformation class.

Parameters:

Parameter Type Description
dx float
dy float
ignore boolean

comeback(System.Drawing.Point point)

public System.Drawing.Point comeback(System.Drawing.Point point)

Executes back transformation of the point

Parameters:

Parameter Type Description
point com.aspose.ms.System.Drawing.Point Input rotated point

Returns: com.aspose.ms.System.Drawing.Point - A rotated back point

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

execute(System.Drawing.Point point)

public System.Drawing.Point execute(System.Drawing.Point point)

Rotate a point

Parameters:

Parameter Type Description
point com.aspose.ms.System.Drawing.Point A point

Returns: com.aspose.ms.System.Drawing.Point - Rotated 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