Android.Graphics.Point Members

The members of Android.Graphics.Point are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Parcelable interface methods
Equals(int, int) : bool
Returns true if the point's coordinates equal (x,y)
Negate()
Negate the point's coordinates
Offset(int, int)
Offset the point's coordinates by dx, dy
ReadFromParcel(Android.OS.Parcel)
Set the point's coordinates from the data stored in the specified parcel.
Set(int, int)
Set the point's x and y coordinates
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Write this point to the specified parcel.