Example #1
0
 bool IDrawableObject.OnAddedToView(DrawingContext context)
 {
     return(Visible);
 }