> For the complete documentation index, see [llms.txt](https://docs.wisej.com/system.drawing.managed/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisej.com/system.drawing.managed/readme.md).

# Welcome

This guide covers the complete public surface of the `System.Drawing.Managed.dll` assembly and provides everything you need to understand—and start using—this fully-managed, cross-platform implementation of the familiar `System.Drawing` namespace.

## Legend

<table><thead><tr><th width="98.92779783393505">Icon</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/gN3G3VR5GgQngV3jdnfJ" alt=""></td><td>Instance method, or property, or event.</td></tr><tr><td><img src="/files/eguYxwyd6jAtQFHRrmJW" alt=""></td><td>Static method or property or event.</td></tr><tr><td><img src="/files/k27LziTvwi3FA4zj3c22" alt=""></td><td>Protected method or property or event.</td></tr><tr><td><img src="/files/2IV5emU9kTq7zotwyotF" alt=""></td><td>Deprecated method or property or event.</td></tr></tbody></table>

## Concepts & Reference

The Concepts section provides in-depth design, architecture and usage guidance for System.Drawing.Managed—how it works, when and why to use it, and how it supports consistent graphics and font rendering across platforms. The Reference section offers a detailed namespace and type listing for all supported classes, methods, properties and events. Both content areas are actively maintained and updated frequently; if you cannot find a specific topic yet, please check back soon as the documentation is evolving daily.

## Skills

We assume that you have a good working knowledge of the following tools and technologies:

* C# or VB.NET
* .NET in general
* System.Drawing


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.wisej.com/system.drawing.managed/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
