DoublePointFs

Inheritance: java.lang.Object

public class DoublePointFs

Constructors

Constructor Description
DoublePointFs()
DoublePointFs(DoublePoints aDoublePoint)
DoublePointFs(DoublePointFs aDoublePoint)
DoublePointFs(System.Drawing.PointF aPtFirst, System.Drawing.PointF aPtSecond)
DoublePointFs(float x0, float y0, float x1, float y1)

Fields

Field Description
Pt0
Pt1

Methods

Method Description
equals(Object arg0)
getClass()
getItem(int aIndex)
getPointsCount()
hashCode()
notify()
notifyAll()
setItem(int aIndex, System.Drawing.PointF value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DoublePointFs()

public DoublePointFs()

DoublePointFs(DoublePoints aDoublePoint)

public DoublePointFs(DoublePoints aDoublePoint)

Parameters:

Parameter Type Description
aDoublePoint DoublePoints

DoublePointFs(DoublePointFs aDoublePoint)

public DoublePointFs(DoublePointFs aDoublePoint)

Parameters:

Parameter Type Description
aDoublePoint DoublePointFs

DoublePointFs(System.Drawing.PointF aPtFirst, System.Drawing.PointF aPtSecond)

public DoublePointFs(System.Drawing.PointF aPtFirst, System.Drawing.PointF aPtSecond)

Parameters:

Parameter Type Description
aPtFirst com.aspose.ms.System.Drawing.PointF
aPtSecond com.aspose.ms.System.Drawing.PointF

DoublePointFs(float x0, float y0, float x1, float y1)

public DoublePointFs(float x0, float y0, float x1, float y1)

Parameters:

Parameter Type Description
x0 float
y0 float
x1 float
y1 float

Pt0

public System.Drawing.PointF Pt0

Pt1

public System.Drawing.PointF Pt1

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

getItem(int aIndex)

public System.Drawing.PointF getItem(int aIndex)

Parameters:

Parameter Type Description
aIndex int

Returns: com.aspose.ms.System.Drawing.PointF

getPointsCount()

public int getPointsCount()

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setItem(int aIndex, System.Drawing.PointF value)

public void setItem(int aIndex, System.Drawing.PointF value)

Parameters:

Parameter Type Description
aIndex int
value com.aspose.ms.System.Drawing.PointF

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