Click or drag to resize

RestaurantSectionObject Constructor

Ctor.

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

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
z
Type: SystemInt32
angle
Type: SystemDouble
width
Type: SystemInt32
height
Type: SystemInt32
See Also