Ejemplo n.º 1
0
 public MoveNubRenderer(SurfaceBoxRendererList ownerList)
     : base(ownerList)
 {
     this.shape     = MoveNubShape.Square;
     this.transform = new Matrix();
     this.transform.Reset();
     this.alpha = 255;
     Size       = new SizeF(5, 5);
 }
Ejemplo n.º 2
0
 public MoveNubRenderer(SurfaceBoxRendererList ownerList)
     : base(ownerList)
 {
     this.shape = MoveNubShape.Square;
     this.transform = new Matrix();
     this.transform.Reset();
     this.alpha = 255;
     Size = new SizeF(5, 5);
 }