Click or drag to resize

RestaurantSectionMark Constructor

Ctor.

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

Parameters

text
Type: SystemString
font
Type: Resto.Front.Api.Data.ViewFont
color
Type: SystemNullableColor
x
Type: SystemInt32
y
Type: SystemInt32
z
Type: SystemInt32
angle
Type: SystemDouble
width
Type: SystemInt32
height
Type: SystemInt32
See Also