Click or drag to resize

CairoGridTCell Constructor (Int32, Int32, FuncCairoPoint, Boolean, FuncCairoPoint, CairoPoint, FuncCairoPoint, CairoPoint)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public CairoGrid(
	int width,
	int height,
	Func<CairoPoint, bool> isInside,
	Func<CairoPoint, CairoPoint> gridPointTransform,
	Func<CairoPoint, CairoPoint> inverseGridPointTransform
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncCairoPoint, Boolean
gridPointTransform
Type: SystemFuncCairoPoint, CairoPoint
inverseGridPointTransform
Type: SystemFuncCairoPoint, CairoPoint
See Also