NSSegmentedCell.DrawSegment(nint, CGRect, NSView) 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.
[Foundation.Export("drawSegment:inFrame:withView:")]
public virtual void DrawSegment (nint segment, CoreGraphics.CGRect frame, AppKit.NSView controlView);
abstract member DrawSegment : nint * CoreGraphics.CGRect * AppKit.NSView -> unit
override this.DrawSegment : nint * CoreGraphics.CGRect * AppKit.NSView -> unit
Parameters
- segment
- System.System.IntPtr System.nativeint
- frame
- CGRect
- controlView
- NSView
- Attributes