Class CdrPpdt
Название пространства: Aspose.Imaging.FileFormats.Cdr.Objects Ассоциация: Aspose.Imaging.dll (25.4.0)
Объекты cdr knot vector
[JsonObject(MemberSerialization.OptIn)]
public class CdrPpdt : CdrGraphicObject, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrGraphicObject ← CdrPpdt
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
CdrPpdt()
public CdrPpdt()
Properties
KnotVecor
Получается или устанавливается вектор нота.
[JsonProperty]
public int[] KnotVecor { get; set; }
Стоимость недвижимости
int [ ]
Points
Получить или установить точки.
[JsonProperty]
public PointD[] Points { get; set; }
Стоимость недвижимости
PointD [ ]