Class OdEnhancedGeometry

Class OdEnhancedGeometry

名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 收藏: Aspose.Imaging.dll (25.4.0)

增强地质对象。

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

Inheritance

object OdObject OdGraphicObject OdEnhancedGeometry

继承人

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)

启动了 Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEnhancedGeometry 类的新例子。

public OdEnhancedGeometry(OdObject parent)

Parameters

parent OdObject

父母的。

Properties

EnhancedPath

接收或设置增强的路径。

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

财产价值

OdGraphicObject ( )

Type

接收或设置类型。

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

财产价值

string

ViewBox

接收或设置视图框。

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

财产价值

Rectangle

 中文