Table of Contents

Method Translate

Namespace
LMKit.Extraction.Layout
Assembly
LM-Kit.NET.dll

Translate(double, double)

Translates the rectangle by the specified amounts along the X and Y axes.

public void Translate(double x, double y)

Parameters

x double

The distance to shift along the X-axis.

y double

The distance to shift along the Y-axis.