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
posSvgPointFThe 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)