Class CdrEllipse
Название пространства: Aspose.Imaging.FileFormats.Cdr.Objects Ассоциация: Aspose.Imaging.dll (25.4.0)
КДР Эллипс
[JsonObject(MemberSerialization.OptIn)]
public class CdrEllipse : CdrGraphicObject, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrGraphicObject ← CdrEllipse
Implements
Наследованные члены
CdrGraphicObject.Width , CdrGraphicObject.Height , CdrGraphicObject.BoundsInPixels , CdrGraphicObject.ClipId , CdrObject.Parent , CdrObject.Document , DisposableObject.Dispose() , DisposableObject.ReleaseManagedResources() , DisposableObject.ReleaseUnmanagedResources() , DisposableObject.VerifyNotDisposed() , DisposableObject.Disposed , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CdrEllipse()
public CdrEllipse()
Properties
Angle1
Получить или установить угол1.
[JsonProperty]
public double Angle1 { get; set; }
Стоимость недвижимости
Angle2
Получить или установить angle2.
[JsonProperty]
public double Angle2 { get; set; }
Стоимость недвижимости
Pie
Получается или устанавливается значение, указывающее на то, является ли это Aspose.Imaging.FileFormats.Cdr.Objects. CdrEllipse pie.
[JsonProperty]
public bool Pie { get; set; }