Beispiel #1
0
        internal static void Draw(CGContextBackend ctx, object layout, double x, double y)
        {
            LayoutInfo li = (LayoutInfo)layout;

            li.Draw(ctx.Context, ctx.CurrentStatus.GlobalColor, x, y);
        }