VirtualDisplayConfig.Builder(String, Int32, Int32, Int32) Constructor
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.
Creates a new Builder.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;III)V", "", ApiSince=34)]
public Builder (string name, int width, int height, int densityDpi);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;III)V", "", ApiSince=34)>]
new Android.Hardware.Display.VirtualDisplayConfig.Builder : string * int * int * int -> Android.Hardware.Display.VirtualDisplayConfig.Builder
Parameters
- name
- String
The name of the virtual display, must be non-empty.
- width
- Int32
The width of the virtual display in pixels. Must be greater than 0.
- height
- Int32
The height of the virtual display in pixels. Must be greater than 0.
- densityDpi
- Int32
The density of the virtual display in dpi. Must be greater than 0.
- Attributes
Remarks
Creates a new 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.