Vanara/Windows.Extensions
David Hall 05c6710389 Refactored for new C# language optimizations 2024-06-06 11:19:40 -06:00
..
GdiObjExtensions.cs Refactored for new C# language optimizations 2024-06-06 11:19:40 -06:00
GraphicsExtension.cs Refactored for new C# language optimizations 2024-06-06 11:19:40 -06:00
Vanara.Windows.Extensions.csproj Updated NuGet packages and fixed project logic for inclusion of various NuGet packages 2024-05-25 19:00:19 -06: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.