Surface
InterfaceConsts
OutOfResourcesException
ChangeFrameRateAlways
ChangeFrameRateOnlyIfSeamless
FrameRateCompatibilityDefault
FrameRateCompatibilityFixedSource
Gpu
Hardware
Hidden
NonPremultiplied
PushBuffers
Secure
SuraceFrozen
SurfaceBlurFreeze
SurfaceDither
SurfaceFrozen
SurfaceHidden
Surface(SurfaceControl)
Surface(SurfaceTexture)
Surface(IntPtr, JniHandleOwnership)
Creator
IsValid
JniPeerMembers
ThresholdClass
ThresholdType
ClearFrameRate()
DescribeContents()
Freeze()
Hide()
LockCanvas(Rect)
LockHardwareCanvas()
ReadFromParcel(Parcel)
Release()
SetAlpha(Single)
SetFlags(Int32, Int32)
SetFrameRate(Single, Int32)
SetFrameRate(Single, Int32, Int32)
SetFreezeTint(Int32)
SetLayer(Int32)
SetMatrix(Single, Single, Single, Single)
SetOrientation(Int32, SurfaceOrientation)
SetPosition(Int32, Int32)
SetSize(Int32, Int32)
SetTransparentRegionHint(Region)
Show()
Unfreeze()
UnlockCanvas(Canvas)
UnlockCanvasAndPost(Canvas)
WriteToParcel(Parcel, ParcelableWriteFlags)
monoandroid
namespace Android.Views
{
[Register("android/view/Surface", DoNotGenerateAcw = true)]
public class Surface : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Obsolete("This constant will be removed in the future version. Use Android.Views.SurfaceFrameRateCompatibility enum directly instead of this field.", true)]
[Register("FRAME_RATE_COMPATIBILITY_DEFAULT", ApiSince = 30)]
public const SurfaceFrameRateCompatibility FrameRateCompatibilityDefault = SurfaceFrameRateCompatibility.Default;
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Obsolete | This constant will be removed in the future version. Use Android.Views.SurfaceFrameRateCompatibility enum directly instead of this field. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API