Share via


MPMoviePlayerController.SetFullscreen(Boolean, Boolean) Method

Definition

[Foundation.Export("setFullscreen:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetFullscreen(bool fullscreen, bool animated);
[<Foundation.Export("setFullscreen:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetFullscreen : bool * bool -> unit
override this.SetFullscreen : bool * bool -> unit

Parameters

fullscreen
Boolean
animated
Boolean
Attributes

Applies to