コード例 #1
0
 /// <summary>
 /// Evaluate the need for drawing transparent areas.
 /// </summary>
 /// <param name="context">Evaluation context.</param>
 /// <returns>True if transparent areas exist; otherwise false.</returns>
 public override bool EvalTransparentPaint(ViewContext context)
 {
     return(_child.EvalTransparentPaint(context));
 }