Пример #1
0
 public override void DrawBezelWithFrame(CGRect frame, NSView controlView)
 {
     controlView.DrawWithColorTransform(Color, delegate { base.DrawBezelWithFrame(frame, controlView); });
 }
Пример #2
0
 public override void DrawBezelWithFrame(System.Drawing.RectangleF frame, NSView controlView)
 {
     controlView.DrawWithColorTransform(Color, delegate { base.DrawBezelWithFrame(frame, controlView); });
 }