Table of Contents

Method Offset

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Offset(double, double)

Adjusts the location of this rectangle by the specified amount.

public void Offset(double x, double y)

Parameters

x double

The amount to offset the location horizontally.

y double

The amount to offset the location vertically.