示例#1
0
 Rect _interpolateRect(Rect begin, Rect end)
 {
     return(Rect.lerp(begin, end, this.tColumnToRow));
 }