Options
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.image.gif
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Options()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aNumColors: Int64; aQuantizer: Quantizer; aDrawer: Drawer)
// Island
constructor(aNumColors: int; aQuantizer: Quantizer; aDrawer: Drawer)
// .NET, .NET Standard 2.0
Options(Int64 aNumColors, Quantizer aQuantizer, Drawer aDrawer)
// Island
Options(int aNumColors, Quantizer aQuantizer, Drawer aDrawer)
// .NET, .NET Standard 2.0
init(_ aNumColors: Int64, _ aQuantizer: Quantizer, _ aDrawer: Drawer)
// Island
init(_ aNumColors: int, _ aQuantizer: Quantizer, _ aDrawer: Drawer)
// .NET, .NET Standard 2.0
Sub New(aNumColors As Int64, aQuantizer As Quantizer, aDrawer As Drawer)
// Island
Sub New(aNumColors As int, aQuantizer As Quantizer, aDrawer As Drawer)
Parameters:
- aNumColors:
- aQuantizer:
- aDrawer:
constructor (Options)
constructor(value: Options)
Options(Options value)
init(_ value: Options)
Sub New(value As Options)
Parameters:
- value:
Drawer
var Drawer: Drawer;
Drawer Drawer
var Drawer: Drawer
Drawer Drawer
FIELD Drawer() As Drawer
NumColors
var NumColors: int;
int NumColors
var NumColors: int
NumColors int
FIELD NumColors() As int
Quantizer
var Quantizer: Quantizer;
Quantizer Quantizer
var Quantizer: Quantizer
Quantizer Quantizer
FIELD Quantizer() As Quantizer
Drawer
var Drawer: Drawer;
Drawer Drawer
var Drawer: Drawer
Drawer Drawer
FIELD Drawer() As Drawer
NumColors
var NumColors: int;
int NumColors
var NumColors: int
NumColors int
FIELD NumColors() As int
Quantizer
var Quantizer: Quantizer;
Quantizer Quantizer
var Quantizer: Quantizer
Quantizer Quantizer
FIELD Quantizer() As Quantizer
constructor
constructor
Options()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aNumColors: Int64; aQuantizer: Quantizer; aDrawer: Drawer)
// Island
constructor(aNumColors: int; aQuantizer: Quantizer; aDrawer: Drawer)
// .NET, .NET Standard 2.0
Options(Int64 aNumColors, Quantizer aQuantizer, Drawer aDrawer)
// Island
Options(int aNumColors, Quantizer aQuantizer, Drawer aDrawer)
// .NET, .NET Standard 2.0
init(_ aNumColors: Int64, _ aQuantizer: Quantizer, _ aDrawer: Drawer)
// Island
init(_ aNumColors: int, _ aQuantizer: Quantizer, _ aDrawer: Drawer)
// .NET, .NET Standard 2.0
Sub New(aNumColors As Int64, aQuantizer As Quantizer, aDrawer As Drawer)
// Island
Sub New(aNumColors As int, aQuantizer As Quantizer, aDrawer As Drawer)
Parameters:
- aNumColors:
- aQuantizer:
- aDrawer:
constructor (Options)
constructor(value: Options)
Options(Options value)
init(_ value: Options)
Sub New(value As Options)
Parameters:
- value: