NSLayoutManager.ShowCGGlyphs 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.
Renders at into .
public void ShowCGGlyphs (short[] glyphs, CoreGraphics.CGPoint[] positions, nuint glyphCount, UIKit.UIFont font, CoreGraphics.CGAffineTransform textMatrix, Foundation.NSDictionary attributes, CoreGraphics.CGContext graphicsContext);
member this.ShowCGGlyphs : int16[] * CoreGraphics.CGPoint[] * nuint * UIKit.UIFont * CoreGraphics.CGAffineTransform * Foundation.NSDictionary * CoreGraphics.CGContext -> unit
Parameters
- glyphs
- Int16[]
- positions
- CGPoint[]
- glyphCount
- System.System.UIntPtr System.unativeint
- font
- UIFont
- textMatrix
- CGAffineTransform
- attributes
- NSDictionary
- graphicsContext
- CGContext