SimpleLine
Contents
[
Hide
]
Inheritance: java.lang.Object
public class SimpleLine
Constructors
| Constructor | Description |
|---|---|
| SimpleLine(System.Drawing.Point start, System.Drawing.Point end) |
Fields
| Field | Description |
|---|---|
| endPoint | |
| startPoint |
Methods
SimpleLine(System.Drawing.Point start, System.Drawing.Point end)
public SimpleLine(System.Drawing.Point start, System.Drawing.Point end)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| start | com.aspose.ms.System.Drawing.Point | |
| end | com.aspose.ms.System.Drawing.Point |
endPoint
public System.Drawing.Point endPoint
startPoint
public System.Drawing.Point startPoint
elongateTo(System.Drawing.Point point2)
public void elongateTo(System.Drawing.Point point2)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| point2 | com.aspose.ms.System.Drawing.Point |
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()
pendentVertexOf(System.Drawing.Point point)
public System.Drawing.Point pendentVertexOf(System.Drawing.Point point)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| point | com.aspose.ms.System.Drawing.Point |
Returns: 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 |