예제 #1
0
 public CustomImage(ApplicationContext actx, ImageDrawCallback drawCallback)
 {
     this.actx         = actx;
     this.drawCallback = drawCallback;
     imgRep            = new NSCustomImageRep(new Selector("drawIt:"), this);
     AddRepresentation(imgRep);
 }
예제 #2
0
 public CustomImage(ApplicationContext actx, ImageDrawCallback drawCallback)
 {
     this.actx = actx;
     this.drawCallback = drawCallback;
     imgRep = new NSCustomImageRep (new Selector ("drawIt:"), this);
     AddRepresentation (imgRep);
 }