コード例 #1
0
        protected override bool OnDrawn(Cairo.Context cr)
        {
            CairoHelper.TransformToWindow(cr, this, Window);

            DrawFrame(cr);
            if (child != null)
            {
                PropagateDraw(child, cr);
            }
            return(false);
        }