NSTextAttachmentCell.DrawWithFrame メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DrawWithFrame(CGRect, NSView, nuint) | |
DrawWithFrame(CGRect, NSView, nuint, NSLayoutManager) |
DrawWithFrame(CGRect, NSView, nuint)
[Foundation.Export("drawWithFrame:inView:characterIndex:")]
public virtual void DrawWithFrame (CoreGraphics.CGRect cellFrame, AppKit.NSView controlView, nuint charIndex);
override this.DrawWithFrame : CoreGraphics.CGRect * AppKit.NSView * nuint -> unit
パラメーター
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
- System.System.UIntPtr System.unativeint
- 属性
適用対象
DrawWithFrame(CGRect, NSView, nuint, NSLayoutManager)
[Foundation.Export("drawWithFrame:inView:characterIndex:layoutManager:")]
public virtual void DrawWithFrame (CoreGraphics.CGRect cellFrame, AppKit.NSView controlView, nuint charIndex, AppKit.NSLayoutManager layoutManager);
override this.DrawWithFrame : CoreGraphics.CGRect * AppKit.NSView * nuint * AppKit.NSLayoutManager -> unit
パラメーター
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
- System.System.UIntPtr System.unativeint
- layoutManager
- NSLayoutManager
- 属性