Universe.IrregularForm 0.9.0.2

dotnet add package Universe.IrregularForm --version 0.9.0.2
NuGet\Install-Package Universe.IrregularForm -Version 0.9.0.2
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="Universe.IrregularForm" Version="0.9.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Universe.IrregularForm --version 0.9.0.2
#r "nuget: Universe.IrregularForm, 0.9.0.2"
#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.
// Install Universe.IrregularForm as a Cake Addin
#addin nuget:?package=Universe.IrregularForm&version=0.9.0.2

// Install Universe.IrregularForm as a Cake Tool
#tool nuget:?package=Universe.IrregularForm&version=0.9.0.2

The library is working with changing skin of the form.
     The part of Universe.Framework and Universe.Windows.Forms

     Package and assembly features:

     1. A single instance of IrregularFormTransformer is added to the form
        to be transformed to an alpha channel border window. It hosts all
        controls to be displayed on the window, the image for the layered
        window that displays the image border, and one or more IrregularFormMarkers
        to construct the main form's region;
     2. IrregularFormTransformer.Fade() for fade in/out functionality
        To use, override OnShown() and OnClosing() and add call to Fade().
        If fading in, main form Opacity property should be set to 0
        in advance AND for fading in you must pass 0 as the
        argument to TransformForm() to set the initial layered form opacity;
     3. IrregularFormMarker serves as a design time aid for specifying
        one or more points in the background image that will be used
        to build the main form's Region. In the designer, it must
        always be added to the IrregularFormTransformer control (not the main form);
     4. LayeredWindowForm - this window sets the WS_EX_LAYERED extended style with
        a method to set the layered window bitmap

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.

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
0.9.0.2 1,293 2/4/2024
0.9.0.1 78 2/3/2024