This documentation is for the old version. Go to the latest Graphics Mill docs

LicenseInformation Constructor

Creates a new LicenseInformation instance based on the provided license.

Namespace: Aurigma.GraphicsMill.Licensing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub New ( _
	license As LicenseAbstract _
)
C#
public LicenseInformation(
	LicenseAbstract license
)

Parameters

license

Type: LicenseAbstract

License.

See Also

Reference