Search
RectangleI.Offset Method
See Also
 






Offset the rectangle by the specified values.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public void Offset (
    int x,
    int y
)

Visual Basic  Copy Code

Public Sub Offset( _
    x As Integer, _
    y As Integer _
)

 Parameters

x

The amount to offset along the x-axis.

y

The amount to offset along the y-axis.

 See Also