The members of Android.Graphics.PointF are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Parcelable interface methods | ||
Equals(float, float)Returns true if the point's coordinates equal (x,y) | ||
Length()Return the euclidian distance from (0,0) to the point | ||
static | Length(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. |