Example #1
0
 /// <summary>
 /// </summary>
 protected override void SetLinkArea(RectangleCollection linkAreas)
 {
     /*
      * int x = this.Left + (DrawUtility.rw + DrawUtility.ah) * 3 +
      * int y = this.Top;
      * int width = this.Width;
      * int height = this.Height;
      * Rectangle rect = new Rectangle(x,y,width,height);
      * linkAreas.Add(rect);
      */
 }
Example #2
0
 /// <summary>
 /// </summary>
 protected virtual void SetLinkArea(RectangleCollection linkAreas)
 {
 }