Share via


AVCaption.GetFontWeight(IntPtr, NSRange) Method

Definition

[Foundation.Export("fontWeightAtIndex:range:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AVFoundation.AVCaptionFontWeight GetFontWeight(IntPtr index, out Foundation.NSRange outRange);
[<Foundation.Export("fontWeightAtIndex:range:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFontWeight : nativeint * NSRange -> AVFoundation.AVCaptionFontWeight
override this.GetFontWeight : nativeint * NSRange -> AVFoundation.AVCaptionFontWeight

Parameters

index
IntPtr

nativeint

outRange
NSRange

Returns

Attributes

Applies to