Class OdEnhancedGeometry

Class OdEnhancedGeometry

Nazwa przestrzeń: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Podwyższony obiekt geometryczny.

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

Inheritance

object OdObject OdGraphicObject OdEnhancedGeometry

Dziedziczeni członkowie

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)

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEnhancedGeometry.

public OdEnhancedGeometry(OdObject parent)

Parameters

parent OdObject

z rodzicem .

Properties

EnhancedPath

Uzyskuje lub ustawia ulepszoną ścieżkę.

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

Wartość nieruchomości

OdGraphicObject [ ]

Type

Zostaw lub ustaw typ.

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

Wartość nieruchomości

string

ViewBox

Dostęp lub ustaw pudełko widokowe.

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

Wartość nieruchomości

Rectangle

 Polski