CTFont.GetBoundingRects 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.
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