Click or drag to resize

CairoOpTCellDefault Method

Creates the grid in a shape that spans the entire storage rectangle of the given width and height.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ShapeMethodAttribute]
public CairoShapeInfo<TCell> Default(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: CairoShapeInfoTCell
See Also