Click or drag to resize

ImageUtilityImageAutoCompressionDetectTypeOverrideDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void ImageAutoCompressionDetectTypeOverrideDelegate(
	byte[] data,
	Vector2I size,
	PixelFormat format,
	ref string useCompression
)

Parameters

data
Type: SystemByte
size
Type: NeoAxisVector2I
format
Type: NeoAxisPixelFormat
useCompression
Type: SystemString
See Also