Android.Graphics.PointF: Method Members

The methods of Android.Graphics.PointF are listed below. For a list of all members, see the PointF Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

DescribeContents() : int
Parcelable interface methods
Equals(float, float) : bool
Returns true if the point's coordinates equal (x,y)
Length() : float
Return the euclidian distance from (0,0) to the point
static
Length(float, float) : float
Returns the euclidian distance from (0,0) to (x,y)
Negate()
Offset(float, float)
ReadFromParcel(Android.OS.Parcel)
Set the point's coordinates from the data stored in the specified parcel.
Set(PointF)
Set the point's x and y coordinates to the coordinates of p
Set(float, float)
Set the point's x and y coordinates
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Write this point to the specified parcel.