ISurfaceHolder.SetFixedSize(Int32, Int32) 方法

定义

使图面成为固定大小。

[Android.Runtime.Register("setFixedSize", "(II)V", "GetSetFixedSize_IIHandler:Android.Views.ISurfaceHolderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetFixedSize (int width, int height);
[<Android.Runtime.Register("setFixedSize", "(II)V", "GetSetFixedSize_IIHandler:Android.Views.ISurfaceHolderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member SetFixedSize : int * int -> unit

参数

width
Int32

图面的宽度。

height
Int32

表面的高度。

属性

注解

使图面成为固定大小。 它永远不会从此大小变化。 使用 a SurfaceView时,必须从运行 SurfaceView 窗口的同一线程调用此操作。

适用于 . 的 android.view.SurfaceHolder.setFixedSize(int, int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于