CGContext.ShowGlyphsAtPoint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ShowGlyphsAtPoint(nfloat, nfloat, UInt16[]) | |
ShowGlyphsAtPoint(nfloat, nfloat, UInt16[], Int32) |
ShowGlyphsAtPoint(nfloat, nfloat, UInt16[])
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
public void ShowGlyphsAtPoint (nfloat x, nfloat y, ushort[] glyphs);
member this.ShowGlyphsAtPoint : nfloat * nfloat * uint16[] -> unit
パラメーター
- x
- nfloat
- y
- nfloat
- glyphs
- UInt16[]
- 属性
適用対象
ShowGlyphsAtPoint(nfloat, nfloat, UInt16[], Int32)
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
public void ShowGlyphsAtPoint (nfloat x, nfloat y, ushort[] glyphs, int count);
member this.ShowGlyphsAtPoint : nfloat * nfloat * uint16[] * int -> unit
パラメーター
- x
- nfloat
- y
- nfloat
- glyphs
- UInt16[]
- count
- Int32
- 属性