Class EmfPlusPathPointType
Nombre del espacio: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Asamblea: Aspose.Imaging.dll (25.4.0)
El objeto EmfPlusPathPointType especifica un valor de tipo asociado con un punto en un gráfico
public sealed class EmfPlusPathPointType : EmfPlusBasePointType
Inheritance
object ← EmfPlusBasePointType ← EmfPlusPathPointType
Miembros heredados
object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
EmfPlusPathPointType()
public EmfPlusPathPointType()
Properties
Data
Obtenga o coloca los datos.
public int Data { get; set; }
Valor de la propiedad
Flags
Obtenga o establece un campo de bandera de 4 bits que especifica las propiedades del punto de ruta.Este valor DEVE ser uno o más de las banderas de PathPointType (sección 2.1.2.6).
public EmfPlusPathPointTypeFlags Flags { get; set; }
Valor de la propiedad
Type
Obtenga o establece un tipo de punto de ruta integral no firmado de 4 bits. Este valor DEVE serdefinido en la lista de PathPointType (sección 2.1.1.23).
public EmfPlusPathPointTypeEnum Type { get; set; }