Click or drag to resize

RestaurantSectionRectangle Constructor

Ctor.

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

Parameters

color
Type: Resto.Front.Api.Data.ViewColor
x
Type: SystemInt32
y
Type: SystemInt32
z
Type: SystemInt32
angle
Type: SystemDouble
width
Type: SystemInt32
height
Type: SystemInt32
See Also