Click or drag to resize

ImageUtilityImage2D(PixelFormat, Vector2I, Byte) Constructor

Initializes a new instance of the ImageUtilityImage2D class

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

Parameters

format  PixelFormat
 
size  Vector2I
 
data  Byte  (Optional)
 
See Also