Encoder
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.image.png
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Encoder()
init()
Sub New()
constructor (CompressionLevel, EncoderBufferPool)
constructor(aCompressionLevel: CompressionLevel; aBufferPool: EncoderBufferPool)
Encoder(CompressionLevel aCompressionLevel, EncoderBufferPool aBufferPool)
init(_ aCompressionLevel: CompressionLevel, _ aBufferPool: EncoderBufferPool)
Sub New(aCompressionLevel As CompressionLevel, aBufferPool As EncoderBufferPool)
Parameters:
- aCompressionLevel:
- aBufferPool:
constructor (Encoder)
constructor(value: Encoder)
Encoder(Encoder value)
init(_ value: Encoder)
Sub New(value As Encoder)
Parameters:
- value:
BufferPool
var BufferPool: EncoderBufferPool;
EncoderBufferPool BufferPool
var BufferPool: EncoderBufferPool
BufferPool EncoderBufferPool
FIELD BufferPool() As EncoderBufferPool
CompressionLevel
var CompressionLevel: CompressionLevel;
CompressionLevel CompressionLevel
var CompressionLevel: CompressionLevel
CompressionLevel CompressionLevel
FIELD CompressionLevel() As CompressionLevel
Encode
method Encode(w: Writer; m: Image): error
error Encode(Writer w, Image m)
func Encode(_ w: Writer, _ m: Image) -> error
func Encode(w Writer, m Image) error
Function Encode(w As Writer, m As Image) As error
Parameters:
- w:
- m:
BufferPool
var BufferPool: EncoderBufferPool;
EncoderBufferPool BufferPool
var BufferPool: EncoderBufferPool
BufferPool EncoderBufferPool
FIELD BufferPool() As EncoderBufferPool
CompressionLevel
var CompressionLevel: CompressionLevel;
CompressionLevel CompressionLevel
var CompressionLevel: CompressionLevel
CompressionLevel CompressionLevel
FIELD CompressionLevel() As CompressionLevel
constructor
constructor
Encoder()
init()
Sub New()
constructor (CompressionLevel, EncoderBufferPool)
constructor(aCompressionLevel: CompressionLevel; aBufferPool: EncoderBufferPool)
Encoder(CompressionLevel aCompressionLevel, EncoderBufferPool aBufferPool)
init(_ aCompressionLevel: CompressionLevel, _ aBufferPool: EncoderBufferPool)
Sub New(aCompressionLevel As CompressionLevel, aBufferPool As EncoderBufferPool)
Parameters:
- aCompressionLevel:
- aBufferPool:
constructor (Encoder)
constructor(value: Encoder)
Encoder(Encoder value)
init(_ value: Encoder)
Sub New(value As Encoder)
Parameters:
- value: