Table of Contents

Class OdEnhancedGeometry

Namespace
Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly
Aspose.Imaging.dll

The Enhanced geometry object.

public class OdEnhancedGeometry : OdGraphicObject
Inheritance
OdEnhancedGeometry
Inherited Members

Constructors

OdEnhancedGeometry(OdObject)

Initializes a new instance of the OdEnhancedGeometry class.

public OdEnhancedGeometry(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

EnhancedPath

Gets or sets the enhanced path.

public OdGraphicObject[] EnhancedPath { get; set; }

Property Value

OdGraphicObject[]

The enhanced path.

Type

Gets or sets the type.

public string Type { get; set; }

Property Value

string

The type.

ViewBox

Gets or sets the view box.

public Rectangle ViewBox { get; set; }

Property Value

Rectangle

The view box.