NSTextAttachmentCell.DrawWithFrame 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
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
Parameters
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
- System.System.UIntPtr System.unativeint
- Attributes
Applies to
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
Parameters
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
- System.System.UIntPtr System.unativeint
- layoutManager
- NSLayoutManager
- Attributes