Surface.SetFlags(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.