Table of Contents

Method Translate

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Translate(int)

Creates a new explicit shape that is a translation of this shape.

public ExplicitShape.ExplicitShape1 Translate(int offset)

Parameters

offset int

The offset to translate by.

Returns

ExplicitShape.ExplicitShape1

The translated shape.