Class CdrPpdt

Class CdrPpdt

Nombre del espacio: Aspose.Imaging.FileFormats.Cdr.Objects Asamblea: Aspose.Imaging.dll (25.4.0)

El objeto vector del nodo cdr

[JsonObject(MemberSerialization.OptIn)]
public class CdrPpdt : CdrGraphicObject, IDisposable

Inheritance

object DisposableObject CdrObject CdrGraphicObject CdrPpdt

Implements

IDisposable

Miembros heredados

CdrGraphicObject.Width ,y, CdrGraphicObject.Height ,y, CdrGraphicObject.BoundsInPixels ,y, CdrGraphicObject.ClipId ,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

CdrPpdt()

public CdrPpdt()

Properties

KnotVecor

Obtenga o coloca los vecores de nodo.

[JsonProperty]
public int[] KnotVecor { get; set; }

Valor de la propiedad

int [][]

Points

Obtenga o establece los puntos.

[JsonProperty]
public PointD[] Points { get; set; }

Valor de la propiedad

PointD [][]

Ver también

CdrObjectContainer

 Español