예제 #1
0
 public ViewImpl(Context context, TopLevelImpl tl, bool placeOnTop) : base(context)
 {
     _tl = tl;
     if (placeOnTop)
     {
         SetZOrderOnTop(true);
     }
 }
예제 #2
0
 public FramebufferManager(TopLevelImpl topLevel)
 {
     _topLevel = topLevel;
 }