Class CdrArrow
Class CdrArrow
Nombre del espacio: Aspose.Imaging.FileFormats.Cdr.Objects Asamblea: Aspose.Imaging.dll (25.4.0)
El arco cdr
[JsonObject(MemberSerialization.OptIn)]
public class CdrArrow : CdrDictionaryItem, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrDictionaryItem ← CdrArrow
Implements
Miembros heredados
CdrDictionaryItem.Id ,y, CdrObject.Parent ,y, CdrObject.Document ,y, DisposableObject.Dispose() ,y, DisposableObject.ReleaseManagedResources() ,y, DisposableObject.ReleaseUnmanagedResources() ,y, DisposableObject.VerifyNotDisposed() ,y, DisposableObject.Disposed ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
CdrArrow()
public CdrArrow()
Properties
PointTypes
Obtenga o establece los tipos de puntos.
[JsonProperty]
public byte[] PointTypes { get; set; }
Valor de la propiedad
byte [][]
Points
Obtenga o establece los puntos.
[JsonProperty]
public PointD[] Points { get; set; }
Valor de la propiedad
PointD [][]