Class CdrPathObject
Названий на: Aspose.Imaging.FileFormats.Cdr.Objects Асамблея: Aspose.Imaging.dll (25.4.0)
Дорога КДР
[JsonObject(MemberSerialization.OptIn)]
public class CdrPathObject : CdrGraphicObject, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrGraphicObject ← CdrPathObject
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
CdrPathObject()
public CdrPathObject()
Properties
PointTypes
Приймає або встановлює типи точок.
[JsonProperty]
public byte[] PointTypes { get; set; }
вартість нерухомості
byte [ ]
Points
Приймати або встановити пункти.
[JsonProperty]
public PointD[] Points { get; set; }
вартість нерухомості
PointD [ ]