Class OdEnhancedGeometry

Class OdEnhancedGeometry

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

The Enhanced geometry object.

[JsonObject(MemberSerialization.OptIn)]
public class OdEnhancedGeometry : OdGraphicObject

Inheritance

object OdObject OdGraphicObject OdEnhancedGeometry

Inherited Members

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

OdEnhancedGeometry(OdObject)

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

public OdEnhancedGeometry(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

EnhancedPath

Gets or sets the enhanced path.

[JsonProperty]
public OdGraphicObject[] EnhancedPath { get; set; }

Property Value

OdGraphicObject []

Type

Gets or sets the type.

[JsonProperty]
public string Type { get; set; }

Property Value

string

ViewBox

Gets or sets the view box.

[JsonProperty]
public Rectangle ViewBox { get; set; }

Property Value

Rectangle

 English