# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
