Share via


AVMutableCaption.SetBackgroundColor(CGColor, NSRange) Method

Definition

[Foundation.Export("setBackgroundColor:inRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetBackgroundColor(CoreGraphics.CGColor color, Foundation.NSRange range);
[<Foundation.Export("setBackgroundColor:inRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetBackgroundColor : CoreGraphics.CGColor * Foundation.NSRange -> unit
override this.SetBackgroundColor : CoreGraphics.CGColor * Foundation.NSRange -> unit

Parameters

color
CGColor
range
NSRange
Attributes

Applies to