Vanara/Windows.Extensions
David Hall d3012da6e6 Updated TargetFrameworks value 2023-12-30 17:51:11 -07:00
..
GdiObjExtensions.cs Final build, nullability and xml doc fixes 2023-11-03 00:57:56 -06:00
GraphicsExtension.cs Multiple projects touched to get nullability added to Vanara.Windows.Forms and assoc unit tests 2023-09-29 11:58:35 -06:00
Vanara.Windows.Extensions.csproj Updated TargetFrameworks value 2023-12-30 17:51:11 -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.