GpuHeadroomParams.Builder Constructors
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
| Name | Description |
|---|---|
| GpuHeadroomParams.Builder() |
Initializes a new instance of the GpuHeadroomParams.Builder class. |
| GpuHeadroomParams.Builder(GpuHeadroomParams) |
Returns a new builder with the same values as this object. |
GpuHeadroomParams.Builder()
Initializes a new instance of the GpuHeadroomParams.Builder class.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=36)]
public Builder();
- Attributes
Remarks
Initializes a new instance of the GpuHeadroomParams.Builder class.
Java documentation for android.os.GpuHeadroomParams.Builder.Builder().
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
GpuHeadroomParams.Builder(GpuHeadroomParams)
Returns a new builder with the same values as this object.
[Android.Runtime.Register(".ctor", "(Landroid/os/GpuHeadroomParams;)V", "", ApiSince=36)]
public Builder(Android.OS.GpuHeadroomParams params);
[<Android.Runtime.Register(".ctor", "(Landroid/os/GpuHeadroomParams;)V", "", ApiSince=36)>]
new Android.OS.GpuHeadroomParams.Builder : Android.OS.GpuHeadroomParams -> Android.OS.GpuHeadroomParams.Builder
Parameters
- params
- GpuHeadroomParams
The value cannot be null.
- Attributes
Remarks
Returns a new builder with the same values as this object.
Java documentation for android.os.GpuHeadroomParams.Builder.Builder(android.os.GpuHeadroomParams).
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.