Click or drag to resize

RestaurantSectionImage Constructor

Ctor.

Namespace: Resto.Front.Api.Data.View
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public RestaurantSectionImage(
	IReadOnlyList<byte> image,
	int x,
	int y,
	int z,
	double angle,
	int width,
	int height
)

Parameters

image  IReadOnlyListByte
 
x  Int32
 
y  Int32
 
z  Int32
 
angle  Double
 
width  Int32
 
height  Int32
 
See Also