Class CdrPpdt
Tên không gian: Aspose.Imaging.FileFormats.Cdr.Objects Tổng hợp: Aspose.Imaging.dll (25.4.0)
cdr knot vector đối tượng
[JsonObject(MemberSerialization.OptIn)]
public class CdrPpdt : CdrGraphicObject, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrGraphicObject ← CdrPpdt
Implements
Thành viên thừa kế
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
Nhận hoặc đặt các nút vecors.
[JsonProperty]
public int[] KnotVecor { get; set; }
Giá trị bất động sản
int [ ]
Points
Nhận hoặc đặt các điểm.
[JsonProperty]
public PointD[] Points { get; set; }
Giá trị bất động sản
PointD [ ]