Click or drag to resize

RestaurantSectionObject Constructor

Ctor.

Namespace: Resto.Front.Api.Data.View
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
protected RestaurantSectionObject(
	int x,
	int y,
	int z,
	double angle,
	int width,
	int height
)

Parameters

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