MarkBitmap 1.0.0-alpha.1
This is a prerelease version of MarkBitmap.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MarkBitmap --version 1.0.0-alpha.1
NuGet\Install-Package MarkBitmap -Version 1.0.0-alpha.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MarkBitmap" Version="1.0.0-alpha.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MarkBitmap" Version="1.0.0-alpha.1" />
<PackageReference Include="MarkBitmap" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MarkBitmap --version 1.0.0-alpha.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MarkBitmap, 1.0.0-alpha.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=MarkBitmap&version=1.0.0-alpha.1&prerelease
#tool nuget:?package=MarkBitmap&version=1.0.0-alpha.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MarkBitmap
MarkBitmap is a project to mark the images with geometric shapes. Alpha version. Do not use.
Description
MarkBitmap will consist different geometric shaped and more to mark bitmap files easily.
Listed Methods
byte[] to byte[]
MarkHorizontally(Bitmap bitmap, int count, Color color)
MarkVertically(Bitmap bitmap, int count, Color color)
MarkDiagonally(Bitmap bitmap, int count, Color color)
MarkDiagonallyInverse(Bitmap bitmap, int count, Color color)
byte[] to byte[] Safe
MarkHorizontallySafe(Bitmap bitmap, int count, Color color)
MarkVerticallySafe(Bitmap bitmap, int count, Color color)
MarkDiagonallySafe(Bitmap bitmap, int count, Color color)
MarkDiagonallyInverseSafe(Bitmap bitmap, int count, Color color)
Output
Version History
1.0.0-alpha.1
- Filling some method's summaries.
- Adding some comments.
- Using explicit variable instead of using var.
1.0.0-alpha
- Initial version.
Task List
- MarkHorizontally, MarkVertically, MarkDiagonally, MarkDiagonally methods.
- Fill summaries of methods.
Licence
Authors
Twitter: Enes Okullu @enesokullu
Help
Twitter: Enes Okullu @enesokullu
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- System.Drawing.Common (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-alpha.9 | 64 | 4/26/2024 |
1.0.0-alpha.8 | 60 | 4/8/2024 |
1.0.0-alpha.7 | 68 | 3/13/2024 |
1.0.0-alpha.5 | 69 | 3/6/2024 |
1.0.0-alpha.4 | 188 | 11/6/2023 |
1.0.0-alpha.3 | 77 | 10/19/2023 |
1.0.0-alpha.2 | 79 | 10/18/2023 |
1.0.0-alpha.1 | 84 | 10/7/2023 |
1.0.0-alpha | 108 | 10/2/2023 |
v1.0.0-alpha.1
- Filling some method's summaries.
- Adding some comments.
- Using explicit variable instead of using var.