示例#1
0
        RectangleDouble GetThumbBounds()
        {
            RectangleDouble thumbBounds = sliderAttachedTo.GetThumbHitBounds();

            return(thumbBounds);
        }
示例#2
0
 private RectangleDouble GetThumbBounds()
 {
     return(sliderAttachedTo.GetThumbHitBounds());
 }