QuadPoints
Contents
[
Hide
]
Inheritance: java.lang.Object
public class QuadPoints
Constructors
Fields
| Field | Description |
|---|---|
| Pt0 | |
| Pt1 | |
| Pt2 | |
| Pt3 |
Methods
QuadPoints()
public QuadPoints()
QuadPoints(QuadPointFs aQuad)
public QuadPoints(QuadPointFs aQuad)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aQuad | QuadPointFs |
QuadPoints(QuadPoints aQuad)
public QuadPoints(QuadPoints aQuad)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aQuad | QuadPoints |
QuadPoints(System.Drawing.Point aPtFirst, System.Drawing.Point aPtSecond, System.Drawing.Point aPtThird, System.Drawing.Point aPtFourth)
public QuadPoints(System.Drawing.Point aPtFirst, System.Drawing.Point aPtSecond, System.Drawing.Point aPtThird, System.Drawing.Point aPtFourth)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aPtFirst | com.aspose.ms.System.Drawing.Point | |
| aPtSecond | com.aspose.ms.System.Drawing.Point | |
| aPtThird | com.aspose.ms.System.Drawing.Point | |
| aPtFourth | com.aspose.ms.System.Drawing.Point |
QuadPoints(Point aPtFirst, Point aPtSecond, Point aPtThird, Point aPtFourth)
public QuadPoints(Point aPtFirst, Point aPtSecond, Point aPtThird, Point aPtFourth)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aPtFirst | java.awt.Point | |
| aPtSecond | java.awt.Point | |
| aPtThird | java.awt.Point | |
| aPtFourth | java.awt.Point |
Pt0
public System.Drawing.Point Pt0
Pt1
public System.Drawing.Point Pt1
Pt2
public System.Drawing.Point Pt2
Pt3
public System.Drawing.Point Pt3
equals(Object obj)
public boolean equals(Object obj)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getPointsCount()
public final int getPointsCount()
Returns: int
getRectangle()
public final System.Drawing.Rectangle getRectangle()
Returns: com.aspose.ms.System.Drawing.Rectangle
get_Item(int aIndex)
public final System.Drawing.Point get_Item(int aIndex)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aIndex | int |
Returns: com.aspose.ms.System.Drawing.Point
hashCode()
public int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
set_Item(int aIndex, System.Drawing.Point value)
public final void set_Item(int aIndex, System.Drawing.Point value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aIndex | int | |
| value | com.aspose.ms.System.Drawing.Point |
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 |