Vanara/Windows.Extensions
David Hall 384979da9c Multiple projects touched to get nullability added to Vanara.Windows.Forms and assoc unit tests 2023-09-29 11:58:35 -06:00
..
GdiObjExtensions.cs Multiple projects touched to get nullability added to Vanara.Windows.Forms and assoc unit tests 2023-09-29 11:58:35 -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 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.