CTFont.GetBoundingRects Method

Definition

Overloads

GetBoundingRects(CTFontOrientation, UInt16[])
GetBoundingRects(CTFontOrientation, UInt16[], CGRect[], nint)

GetBoundingRects(CTFontOrientation, UInt16[])

public CoreGraphics.CGRect GetBoundingRects (CoreText.CTFontOrientation orientation, ushort[] glyphs);
member this.GetBoundingRects : CoreText.CTFontOrientation * uint16[] -> CoreGraphics.CGRect

Parameters

orientation
CTFontOrientation
glyphs
UInt16[]

Returns

Applies to

GetBoundingRects(CTFontOrientation, UInt16[], CGRect[], nint)

public CoreGraphics.CGRect GetBoundingRects (CoreText.CTFontOrientation orientation, ushort[] glyphs, CoreGraphics.CGRect[] boundingRects, nint count);
member this.GetBoundingRects : CoreText.CTFontOrientation * uint16[] * CoreGraphics.CGRect[] * nint -> CoreGraphics.CGRect

Parameters

orientation
CTFontOrientation
glyphs
UInt16[]
boundingRects
CGRect[]
count
System.System.IntPtr System.nativeint

Returns

Applies to