Class OdEnhancedGeometry
Class OdEnhancedGeometry
Pôvodný názov: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Posilnený geometrický objekt.
[JsonObject(MemberSerialization.OptIn)]
public class OdEnhancedGeometry : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdEnhancedGeometry
Z dedičných č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)
Iniciuje novú inštanciu Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEnhancedGeometry triedy.
public OdEnhancedGeometry(OdObject parent)
Parameters
parent
OdObject
a rodičom .
Properties
EnhancedPath
Získať alebo nastaviť posilnenú cestu.
[JsonProperty]
public OdGraphicObject[] EnhancedPath { get; set; }
Hodnota nehnuteľnosti
Type
Získať alebo nastaviť typ.
[JsonProperty]
public string Type { get; set; }
Hodnota nehnuteľnosti
ViewBox
Získajte alebo nastavíte vyhľadávací box.
[JsonProperty]
public Rectangle ViewBox { get; set; }