Table of Contents

Method Offset

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

Offset(SvgPointF)

Adjusts the location of this rectangle by the specified amount.

public void Offset(SvgPointF pos)

Parameters

pos SvgPointF

The amount to offset the location.

Offset(float, float)

Adjusts the location of this rectangle by the specified amount.

public void Offset(float x, float y)

Parameters

x float

The amount to offset the location horizontally.

y float

The amount to offset the location vertically.