Class OdEllipticalQundrant

Class OdEllipticalQundrant

Nombre del espacio: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Asamblea: Aspose.Imaging.dll (25.4.0)

El cuadrado elíptico

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

Inheritance

object OdObject OdGraphicObject OdEllipticalQundrant

Miembros heredados

OdGraphicObject.AbsoluteCoordinates ,y, OdObject.parent ,y, OdObject.Parent ,y, OdObject.Items ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

OdEllipticalQundrant(OdObject)

Inicia una nueva instancia de la clase Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEllipticalQundrant.

public OdEllipticalQundrant(OdObject parent)

Parameters

parent OdObject

El Padre.

Properties

AxisX

Recibe o establece un valor que indica si [axis x].

[JsonProperty]
public bool AxisX { get; set; }

Valor de la propiedad

bool

Point

Obtenga o establece el punto.

[JsonProperty]
public PointF Point { get; set; }

Valor de la propiedad

PointF

 Español