Click or drag to resize
Ab4d.SharpEngine logo

RawImageData(Int32, Int32, Int32, Format, Byte, Boolean) Constructor

Constructor

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public RawImageData(
	int width,
	int height,
	int stride,
	Format format,
	byte[] data,
	bool checkTransparency
)

Parameters

width  Int32
image width in pixels
height  Int32
image height in pixels
stride  Int32
image stride in bytes (length of one data row)
format  Format
image format
data  Byte
byte array with image data
checkTransparency  Boolean
when true, then the data is checked if it has transparent pixels
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.RawImageData.#ctor(System.Int32,System.Int32,System.Int32,Ab4d.Vulkan.Format,System.Byte[],System.Boolean)"]

See Also