Example #1
0
        public void MoveTop(double tv)
        {
            pf_UpdateMatrix(delegate(Matrix tmtr)
            {
                double ttx = 0;
                double tty = tv - RxGeom.GetTop(_rctBounds);
                tmtr.Translate(ttx, tty);

                return(tmtr);
            });
        }
Example #2
0
 public double GetTop()
 {
     return(RxGeom.GetTop(_rctBounds));
 }