Class CdrPolygonTransform
Название пространства: Aspose.Imaging.FileFormats.Cdr.Objects Ассоциация: Aspose.Imaging.dll (25.4.0)
Полигон трансформируется
[JsonObject(MemberSerialization.OptIn)]
public class CdrPolygonTransform : CdrObjectContainer, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrObjectContainer ← CdrPolygonTransform
Implements
Наследованные члены
CdrObjectContainer.AddChildObject(CdrObject) , CdrObjectContainer.InsertObject(CdrObject) , CdrObjectContainer.ReleaseManagedResources() , CdrObjectContainer.Childs , CdrObjectContainer.LoadToLastChild , CdrObjectContainer.LastChild , CdrObjectContainer.Hidden , 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
CdrPolygonTransform()
public CdrPolygonTransform()
Properties
NextPoint
Получить или установить следующую точку.
[JsonProperty]
public int NextPoint { get; set; }
Стоимость недвижимости
NumAngles
Получить или установить число углов.
[JsonProperty]
public int NumAngles { get; set; }
Стоимость недвижимости
Position
Получить или установить положение.
[JsonProperty]
public PointD Position { get; set; }
Стоимость недвижимости
радиус
Получает или устанавливает радиус x.
[JsonProperty]
public double XRadius { get; set; }
Стоимость недвижимости
Ирадиус
Получает или устанавливает и радиус.
[JsonProperty]
public double YRadius { get; set; }