DisplayLuts.Set 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.
Overloads
Set(DisplayLuts+Entry)
[Android.Runtime.Register("set", "(Landroid/hardware/DisplayLuts$Entry;)V", "", ApiSince=36)]
public void Set(Android.Hardware.DisplayLuts.Entry entry);
[<Android.Runtime.Register("set", "(Landroid/hardware/DisplayLuts$Entry;)V", "", ApiSince=36)>]
member this.Set : Android.Hardware.DisplayLuts.Entry -> unit
Parameters
- entry
- DisplayLuts.Entry
- Attributes
Applies to
Set(DisplayLuts+Entry, DisplayLuts+Entry)
[Android.Runtime.Register("set", "(Landroid/hardware/DisplayLuts$Entry;Landroid/hardware/DisplayLuts$Entry;)V", "", ApiSince=36)]
public void Set(Android.Hardware.DisplayLuts.Entry first, Android.Hardware.DisplayLuts.Entry second);
[<Android.Runtime.Register("set", "(Landroid/hardware/DisplayLuts$Entry;Landroid/hardware/DisplayLuts$Entry;)V", "", ApiSince=36)>]
member this.Set : Android.Hardware.DisplayLuts.Entry * Android.Hardware.DisplayLuts.Entry -> unit
Parameters
- first
- DisplayLuts.Entry
- second
- DisplayLuts.Entry
- Attributes