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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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