mac-samples/NSCustomView
Craig a6577adcdf sample metadata schema fix (remove tech) 2019-07-19 18:59:42 -07:00
..
NSCustomView Updated min deployment version (#113) 2018-11-15 03:52:17 -05:00
Screenshots new samples: NSCustomView, NSTable and NSOutline 2015-01-26 12:59:06 -08:00
Metadata.xml Fix level tag from Beginner to Beginning 2016-09-05 18:20:33 -03:00
NSCustomView.sln fixed misnaming 2018-02-19 13:09:40 +02:00
README.md sample metadata schema fix (remove tech) 2019-07-19 18:59:42 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.Mac - NSCustomView This example shows the creation of two custom NSViews, which each paint themselves via different mechanisms. - One overrides the draw method and... sample
csharp
xamarin
nscustomview

NSCustomView

This example shows the creation of two custom NSViews, which each paint themselves via different mechanisms.

  • One overrides the draw method and handles the painting there.
  • One arranges a set of Core Graphics layers to handle the drawing.