Method Transform
Transform(IExplicitShape<GridPoint2>)
Transforms the specified input into the output.
public override IExplicitShape<GridPoint2> Transform(IExplicitShape<GridPoint2> input)
Parameters
input
IExplicitShape<GridPoint2>The input.
Returns
- IExplicitShape<GridPoint2>
TOutput.
Remarks
Override this method to modify this node's behaviour.
Exceptions
- NotImplementedException
Not implemented by the derived type.