NSTextAttachmentCell.DrawWithFrame Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
- System.System.UIntPtr System.unativeint
- Attributi
Si applica a
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
Parametri
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
- System.System.UIntPtr System.unativeint
- layoutManager
- NSLayoutManager
- Attributi