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

    Initializes a new instance of the ShapeBase class with specified settings.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public ShapeBase(
        float x = 0F,
        float y = 0F,
        float width = 0F,
        float height = 0F
    )

    Optional Parameters

    Name Type Default
    x Single 0
    y Single 0
    width Single 0
    height Single 0
    See Also