Skip to content

[🐧] NES PPU Viewer's "zoom box" shouldn't be anti-aliased #3764

Open
@YoshiRulz

Description

@YoshiRulz

This guy:

private System.Windows.Forms.PictureBox ZoomBox;

PictureBox doesn't accept an InterpolationMode though. This SO answer suggests subclassing it and overriding OnPaint to mutate the Graphics before calling the base method. Don't forget to set PixelOffsetMode = Half too if you go ahead with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    App: EmuHawkRelating to EmuHawk frontendRequest: Feature/EnhancementFor feature requests or possible improvementsgood first issueGitHub uses this label to recommend Issuesre: MultiplatformRelating to porting to Linux (or macOS, etc.), or porting to other host architectures

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions