ImageProcessorVersion Constructor
ImageProcessorVersion()
Creates an instance of ImageProcessorVersion with a version of 0.0.0.
C#
public ImageProcessorVersion()
ImageProcessorVersion(byte, byte, byte)
Creates an instance of ImageProcessorVersion with a version of major.minor.patch. The minor and patch args have default values of 0.
C#
public ImageProcessorVersion(byte major, byte minor = 0, byte patch = 0)
Parameters
Type | Name | Description |
---|---|---|
byte | major | |
byte | minor | |
byte | patch |