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

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