Example #1
0
 protected override bool TryDrawPartialImplementation(Rectangle bounds, Rectangle relativeBounds)
 {
     DrawingHelpers.DrawRectanglePartial(Environment, _pen, bounds, relativeBounds);
     return(true);
 }