Click or drag to resize

ImageUtilityImage2D Constructor (PixelFormat, Vector2I, Byte)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Image2D(
	PixelFormat format,
	Vector2I size,
	byte[] data = null
)

Parameters

format
Type: NeoAxisPixelFormat
size
Type: NeoAxisVector2I
data (Optional)
Type: SystemByte
See Also