Android.Views.Surface Members

The members of Android.Views.Surface 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 Fields

const
Gpuint (40). Documentation for this section has not yet been entered.
const
Hardwareint (16). Documentation for this section has not yet been entered.
const
Hiddenint (4). Documentation for this section has not yet been entered.
const
NonPremultipliedint (256). Documentation for this section has not yet been entered.
const
PushBuffersint (512). Documentation for this section has not yet been entered.
const
Secureint (128). Documentation for this section has not yet been entered.
const
SuraceFrozenint (2). Documentation for this section has not yet been entered.
const
SurfaceBlurFreezeint (16). Documentation for this section has not yet been entered.
const
SurfaceDitherint (4). Documentation for this section has not yet been entered.
const
SurfaceFrozenint (2). Documentation for this section has not yet been entered.
const
SurfaceHiddenint (1). Documentation for this section has not yet been entered.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
IsValidbool. Returns true if this object holds a valid surface.

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
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Freeze()
Documentation for this section has not yet been entered.
Hide()
Documentation for this section has not yet been entered.
LockCanvas(Android.Graphics.Rect) : Android.Graphics.Canvas
Gets a Android.Graphics.Canvas for drawing into this surface.
ReadFromParcel(Android.OS.Parcel)
Release()
Release the local reference to the server-side surface.
SetAlpha(float)
Documentation for this section has not yet been entered.
SetFlags(int, int)
Documentation for this section has not yet been entered.
SetFreezeTint(int)
Documentation for this section has not yet been entered.
SetLayer(int)
Documentation for this section has not yet been entered.
SetMatrix(float, float, float, float)
Documentation for this section has not yet been entered.
static
SetOrientation(int, SurfaceOrientation)
Documentation for this section has not yet been entered.
SetPosition(int, int)
Documentation for this section has not yet been entered.
SetSize(int, int)
Documentation for this section has not yet been entered.
SetTransparentRegionHint(Android.Graphics.Region)
Documentation for this section has not yet been entered.
Show()
Documentation for this section has not yet been entered.
Unfreeze()
Documentation for this section has not yet been entered.
UnlockCanvas(Android.Graphics.Canvas)
UnlockCanvasAndPost(Android.Graphics.Canvas)
Posts the new contents of the Android.Graphics.Canvas to the surface and releases the Android.Graphics.Canvas.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.