Fit
methodsScales uniformly an element so that it fits in a given rectangle. No scaling will be applied if the element is already small enough to fit in the rectangle.
Parameters:elementkendo.drawing.Element
rectkendo.geometry.Rect
The drawing element that should be fitted.
The rectangle in which the elements should be fitted.