Skip to main content
All docs
V25.1
  • RectangleOffset(Single, Single, Single, Single) Constructor

    Initializes a new RectangleOffset instance with the specified settings.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public RectangleOffset(
        float leftOffset,
        float topOffset,
        float rightOffset,
        float bottomOffset
    )

    Parameters

    Name Type Description
    leftOffset Single

    The offset from the left edge of the shape.

    topOffset Single

    The offset from the top edge of the shape.

    rightOffset Single

    The offset from the right edge of the shape.

    bottomOffset Single

    The offset from the bottom edge of the shape.

    See Also