Vanara/Windows.Extensions
David Hall afd6b79b1f Check point - Lots of additions to windows messages 2023-05-28 09:07:56 -06:00
..
GdiObjExtensions.cs Partial work on nullable for Gdi32 2023-04-15 11:27:36 -06:00
GraphicsExtension.cs Check point - Lots of additions to windows messages 2023-05-28 09:07:56 -06: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.