Surface.SetFlags(Int32, Int32) Method

Definition

[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
mask
Int32
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