Vanara/Windows.Extensions/AssemblyReport.md

14 lines
1.1 KiB
Markdown
Raw Normal View History

## Assembly report for Vanara.Windows.Extensions.dll
Extension methods and conversions from Vanara P/Invoke types and methods to Windows Forms types and methods.
### Enumerations
Enum | Description | Values
---- | ---- | ----
[Vanara.Extensions.Corners](https://github.com/dahall/Vanara/search?l=C%23&q=Corners) | Used to define which corners of `System.Drawing.Rectangle` are effected by an operation. | None, TopLeft, TopRight, BottomLeft, BottomRight, All
### Classes
Class | Description
---- | ----
[Vanara.Extensions.GdiExtension](https://github.com/dahall/Vanara/search?l=C%23&q=GdiExtension) | Extensions to <c>Graphics</c> related classes.
[Vanara.PInvoke.GdiObjExtensions2](https://github.com/dahall/Vanara/search?l=C%23&q=GdiObjExtensions2) | Extension methods to convert GdiObj handle variants to their .NET equivalents.
[Vanara.PInvoke.SafeTempHDC](https://github.com/dahall/Vanara/search?l=C%23&q=SafeTempHDC) | A self-releasing pattern for IDeviceContext.GetHdc and ReleaseHdc.
[Vanara.Extensions.GdiExtension.SmartBitmapLock](https://github.com/dahall/Vanara/search?l=C%23&q=SmartBitmapLock) | A self-disposing LockBits class for Bitmaps.