PointExtensions
Inheritance: java.lang.Object
public final class PointExtensions
Contains extension methods for Point and PointF structures.
Methods
Method | Description |
---|---|
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:
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
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:
Parameter | Type | Description |
---|---|---|
point | PointF | The 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:
Parameter | Type | Description |
---|---|---|
points | PointF[] | 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:
Parameter | Type | Description |
---|---|---|
points | Point[] | 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:
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 |