PointExtensions

Inheritance: java.lang.Object

public final class PointExtensions

Contains extension methods for Point and PointF structures.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toGdiPoint(PointF point)Converts the PointF to System.Drawing.PointF .
toGdiPoints(PointF[] points)Converts the PointF array to the System.Drawing.PointF array.
toPointsArray(Point[] points)Converts the Point array to the PointF array.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

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()

toGdiPoint(PointF point)

public static Point2D.Float toGdiPoint(PointF point)

Converts the PointF to System.Drawing.PointF .

Parameters:

ParameterTypeDescription
pointPointFThe PointF to convert.

Returns: java.awt.geom.Point2D.Float - The converted System.Drawing.PointF .

toGdiPoints(PointF[] points)

public static Point2D.Float[] toGdiPoints(PointF[] points)

Converts the PointF array to the System.Drawing.PointF array.

Parameters:

ParameterTypeDescription
pointsPointF[]The PointF array to convert.

Returns: java.awt.geom.Point2D.Float[] - The converted System.Drawing.PointF array.

toPointsArray(Point[] points)

public static PointF[] toPointsArray(Point[] points)

Converts the Point array to the PointF array.

Parameters:

ParameterTypeDescription
pointsPoint[]The Point array to convert.

Returns: com.aspose.psd.PointF[] - The converted PointF array.

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int