Grid2D Constructor Delta Engine Documentation
Initializes a new instance of the Grid2D class

Namespace: DeltaEngine.Rendering2D.Shapes
Assembly: DeltaEngine.Rendering2D.Shapes (in DeltaEngine.Rendering2D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Grid2D(
	Size dimension,
	Vector2D offset,
	float gridScale = 1f
)
See Also