Config

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.image
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

Config()

 

init()

 

Sub New()

constructor (Model, Int64, Int64)

 

// .NET, .NET Standard 2.0
constructor(aColorModel: Model; aWidth: Int64; aHeight: Int64)
// Island
constructor(aColorModel: Model; aWidth: int; aHeight: int)

 

// .NET, .NET Standard 2.0
Config(Model aColorModel, Int64 aWidth, Int64 aHeight)
// Island
Config(Model aColorModel, int aWidth, int aHeight)

 

// .NET, .NET Standard 2.0
init(_ aColorModel: Model, _ aWidth: Int64, _ aHeight: Int64)
// Island
init(_ aColorModel: Model, _ aWidth: int, _ aHeight: int)

 

// .NET, .NET Standard 2.0
Sub New(aColorModel As Model, aWidth As Int64, aHeight As Int64)
// Island
Sub New(aColorModel As Model, aWidth As int, aHeight As int)

Parameters:

  • aColorModel:
  • aWidth:
  • aHeight:

constructor (Config)

 

constructor(value: Config)

 

Config(Config value)

 

init(_ value: Config)

 

Sub New(value As Config)

Parameters:

  • value:

ColorModel

 

var ColorModel: Model;

 

Model ColorModel

 

var ColorModel: Model

 

ColorModel Model

 

FIELD ColorModel() As Model

Height

 

var Height: int;

 

int Height

 

var Height: int

 

Height int

 

FIELD Height() As int

Width

 

var Width: int;

 

int Width

 

var Width: int

 

Width int

 

FIELD Width() As int

 

ColorModel

 

var ColorModel: Model;

 

Model ColorModel

 

var ColorModel: Model

 

ColorModel Model

 

FIELD ColorModel() As Model

Height

 

var Height: int;

 

int Height

 

var Height: int

 

Height int

 

FIELD Height() As int

Width

 

var Width: int;

 

int Width

 

var Width: int

 

Width int

 

FIELD Width() As int

 

constructor

 

constructor

 

Config()

 

init()

 

Sub New()

constructor (Model, Int64, Int64)

 

// .NET, .NET Standard 2.0
constructor(aColorModel: Model; aWidth: Int64; aHeight: Int64)
// Island
constructor(aColorModel: Model; aWidth: int; aHeight: int)

 

// .NET, .NET Standard 2.0
Config(Model aColorModel, Int64 aWidth, Int64 aHeight)
// Island
Config(Model aColorModel, int aWidth, int aHeight)

 

// .NET, .NET Standard 2.0
init(_ aColorModel: Model, _ aWidth: Int64, _ aHeight: Int64)
// Island
init(_ aColorModel: Model, _ aWidth: int, _ aHeight: int)

 

// .NET, .NET Standard 2.0
Sub New(aColorModel As Model, aWidth As Int64, aHeight As Int64)
// Island
Sub New(aColorModel As Model, aWidth As int, aHeight As int)

Parameters:

  • aColorModel:
  • aWidth:
  • aHeight:

constructor (Config)

 

constructor(value: Config)

 

Config(Config value)

 

init(_ value: Config)

 

Sub New(value As Config)

Parameters:

  • value: