Class OdEnhancedGeometry

Class OdEnhancedGeometry

Numele spaţiului: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Asamblare: Aspose.Imaging.dll (25.4.0)

Obiectul geometric îmbunătățit.

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

Inheritance

object OdObject OdGraphicObject OdEnhancedGeometry

Membrii moștenitori

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)

Inițializează o nouă instanță a clasei Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEnhancedGeometry.

public OdEnhancedGeometry(OdObject parent)

Parameters

parent OdObject

pentru părinţi .

Properties

EnhancedPath

Obține sau stabilește calea îmbunătățită.

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

Valoarea proprietății

OdGraphicObject []

Type

Obține sau stabilește tipul.

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

Valoarea proprietății

string

ViewBox

Obțineți sau puneți caseta de vizualizare.

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

Valoarea proprietății

Rectangle

 Română