Class OdEnhancedGeometry

Class OdEnhancedGeometry

Název místa: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Shromáždění: Aspose.Imaging.dll (25.4.0)

Zlepšený geometrický objekt.

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

Inheritance

object OdObject OdGraphicObject OdEnhancedGeometry

Dědiční členové

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)

Začíná nový příklad třídy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEnhancedGeometry.

public OdEnhancedGeometry(OdObject parent)

Parameters

parent OdObject

a rodiče.

Properties

EnhancedPath

Získejte nebo nastavte posílenou cestu.

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

Hodnota nemovitosti

OdGraphicObject []a[]

Type

Obdržíte nebo nastavte typ.

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

Hodnota nemovitosti

string

ViewBox

Obdržíte nebo nastavte vyhledávací box.

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

Hodnota nemovitosti

Rectangle

 Čeština