ImageWriter.Builder.SetWidthAndHeight(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.
[Android.Runtime.Register("setWidthAndHeight", "(II)Landroid/media/ImageWriter$Builder;", "", ApiSince=33)]
public Android.Media.ImageWriter.Builder SetWidthAndHeight(int width, int height);[<Android.Runtime.Register("setWidthAndHeight", "(II)Landroid/media/ImageWriter$Builder;", "", ApiSince=33)>]
member this.SetWidthAndHeight : int * int -> Android.Media.ImageWriter.BuilderParameters
- width
- Int32
- height
- Int32
Returns
- Attributes