Skip to main content

RectangleOffset(Single, Single, Single, Single) Constructor

Initializes a new RectangleOffset instance with the specified settings.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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