Class OdRectangle

Class OdRectangle

Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)

The rectangle object

[JsonObject(MemberSerialization.OptIn)]
public class OdRectangle : OdStyledObject

Inheritance

objectOdObjectOdGraphicObjectOdStyledObjectOdRectangle

Inherited Members

OdStyledObject.Style, OdStyledObject.Rectangle, OdGraphicObject.AbsoluteCoordinates, OdObject.parent, OdObject.Parent, OdObject.Items, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

OdRectangle(OdObject)

Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdRectangle class.

public OdRectangle(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

CornerRadius

Gets or sets the corner radius.

[JsonProperty]
public float CornerRadius { get; set; }

Property Value

float