Vanara/Windows.Extensions
David Hall a3cf995800 Aligned targets in high-level projects 2022-12-21 20:31:06 -07:00
..
GdiObjExtensions.cs Removed code and conditionals for obsolete target frameworks. 2022-02-07 14:58:09 -07:00
GraphicsExtension.cs BREAKING CHANGES: I have dramatically reduced dependencies of almost all assemblies on .NET runtime assemblies not part of core System assemblies, most specifically System.Drawing and System.Windows.Forms. This forced the removal of some overloaded methods and the replacement of leveraged structures and enums with native equivalents. I added Vanara.Windows.Shell.Common which has all the content from Vanara.WIndows.Shell that did not have dependencies. I extracted all extension methods from Gdi32 and User32 and moved them to Vanara.Windows.Extensions. 2022-01-14 07:32:51 -07:00
Vanara.Windows.Extensions.csproj Aligned targets in high-level projects 2022-12-21 20:31:06 -07:00
pkgreadme.md Updated package readme files 2022-06-14 16:55:29 -06:00
readme.md Renamed all project report files to 'readme.md' so they show in GitHub 2022-09-01 14:43:04 -06:00

readme.md

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 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 Extensions to Graphics related classes.
Vanara.PInvoke.GdiObjExtensions2 Extension methods to convert GdiObj handle variants to their .NET equivalents.
Vanara.PInvoke.SafeTempHDC A self-releasing pattern for IDeviceContext.GetHdc and ReleaseHdc.
Vanara.Extensions.GdiExtension.SmartBitmapLock A self-disposing LockBits class for Bitmaps.