Surface.SetFlags(Int32, Int32) Method

Definition

Updates this surface's flags by applying the supplied mask.

[Android.Runtime.Register("setFlags", "(II)V", "GetSetFlags_IIHandler")]
public virtual void SetFlags(int flags, int mask);
[<Android.Runtime.Register("setFlags", "(II)V", "GetSetFlags_IIHandler")>]
abstract member SetFlags : int * int -> unit
override this.SetFlags : int * int -> unit

Parameters

flags
Int32

The System.Int32 value used for flags.

mask
Int32

The System.Int32 value used for mask.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to