Beispiel #1
0
        internal override System.Drawing.Rectangle getBounds(DrawContext context, System.Drawing.Drawing2D.Matrix transform)
        {
            DrawContext newContext = (DrawContext)context.Clone();

            newContext.AAFilter = antialiasingFilter;
            return(base.getBounds(newContext, transform));
        }
Beispiel #2
0
        internal override int getDrawType(DrawContext context, System.Drawing.Drawing2D.Matrix transform)
        {
            DrawContext newContext = (DrawContext)context.Clone();

            newContext.AAFilter = antialiasingFilter;
            return(base.getDrawType(newContext, transform));
        }
Beispiel #3
0
        //UPGRADE_NOTE: ref keyword was added to struct-type parameters. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1303_3"'
        internal override void draw(DrawContext context, System.Drawing.Drawing2D.Matrix transform, ref System.Drawing.Rectangle visibleArea)
        {
            DrawContext newContext = (DrawContext)context.Clone();

            newContext.AAFilter = antialiasingFilter;
            //UPGRADE_NOTE: ref keyword was added to struct-type parameters. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1303_3"'
            base.draw(newContext, transform, ref visibleArea);
        }
        internal override int getDrawType(DrawContext context, System.Drawing.Drawing2D.Matrix transform)
        {
            DrawContext newContext = (DrawContext)context.Clone();

            newContext.AAFilter = antialiasingFilter;
            return base.getDrawType(newContext, transform);
        }
        internal override System.Drawing.Rectangle getBounds(DrawContext context, System.Drawing.Drawing2D.Matrix transform)
        {
            DrawContext newContext = (DrawContext)context.Clone();

            newContext.AAFilter = antialiasingFilter;
            return base.getBounds(newContext, transform);
        }
        //UPGRADE_NOTE: ref keyword was added to struct-type parameters. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1303_3"'
        internal override void draw(DrawContext context, System.Drawing.Drawing2D.Matrix transform, ref System.Drawing.Rectangle visibleArea)
        {
            DrawContext newContext = (DrawContext)context.Clone();

            newContext.AAFilter = antialiasingFilter;
            //UPGRADE_NOTE: ref keyword was added to struct-type parameters. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1303_3"'
            base.draw(newContext, transform, ref visibleArea);
        }