managing-winforms-rendering Skill
Implements custom painting and rendering in WinForms using GDI and GDI+. Use when overriding OnPaint or OnPaintBackground, creating owner-drawn controls, working with Graphics objects, drawing primitives (DrawLine, DrawRectangle, FillEllipse), measuring or rendering text with TextRenderer or Graphics.DrawString, handli Published by microsoft in upgrade-agent-plugins.
What is managing-winforms-rendering Skill?
Implements custom painting and rendering in WinForms using GDI and GDI+. Use when overriding OnPaint or OnPaintBackground, creating owner-drawn controls, working with Graphics objects, drawing primitives (DrawLine, DrawRectangle, FillEllipse), measuring or rendering text with TextRenderer or Graphics.DrawString, handli Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use managing-winforms-rendering Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/desktop/winforms/managing-winforms-rendering/SKILL.md
What it does
Implements custom painting and rendering in WinForms using GDI and GDI+. Use when overriding OnPaint or OnPaintBackground, creating owner-drawn controls, working with Graphics objects, drawing primitives (DrawLine, DrawRectangle, FillEllipse), measuring or rendering text with TextRenderer or Graphics.DrawString, handli
Skill instructions
WinForms Custom Rendering Guide Custom rendering in WinForms enables complete control over how controls paint themselves, from simple borders to complex visualizations using GDI+ (modern, object-oriented) and GDI (legacy, performance-optimized). When to Use This Skill Use this skill when: - Implementing custom OnPaint methods - Creating custom controls that render their content themselves - Working with Graphics, Pen, Brush, or Font objects - Drawing shapes, lines, or custom graphics in a DC painting context - Rendering and measuring text - Implementing double buffering to avoid flicker - Optimizing rendering performance - Supporting high-DPI displays - Implementing DarkMode-aware rendering (.NET 9+) - Troubleshooting paint artifacts or flicker - Managing GDI+ resource disposal Related Skills - building-winforms-applications - managing-winforms-data-binding - managing-winforms-mvvm - managing-winforms-high-dpi-layout - creating-winforms-custom-controls Detailed Guidance Read Detailed g
Explore related resources
Frequently asked questions
What is managing-winforms-rendering?
managing-winforms-rendering is a open-source AI agent skill with Copy skill directory. Implements custom painting and rendering in WinForms using GDI and GDI+.
Who is managing-winforms-rendering best for?
managing-winforms-rendering is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install managing-winforms-rendering?
Install or run managing-winforms-rendering using Copy skill directory. Check managing-winforms-rendering for the latest setup command.
Is managing-winforms-rendering actively maintained?
managing-winforms-rendering may need a closer maintenance check before production use.
Auto-fetched from GitHub.