Class EmfPlusCustomLineCapOptionalData

Class EmfPlusCustomLineCapOptionalData

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Obiekt EmfPlusCustomLineCapOptionalData określa opcjonalne dane wypełniania i wykończenia dla przystosowanej linii.

public sealed class EmfPlusCustomLineCapOptionalData : EmfPlusStructureObjectType

Inheritance

object MetaObject EmfPlusObject EmfPlusStructureObjectType EmfPlusCustomLineCapOptionalData

Dziedziczeni członkowie

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPlusCustomLineCapOptionalData()

public EmfPlusCustomLineCapOptionalData()

Properties

FillData

Otrzymuje lub ustawia opcjonalny obiekt EmfPlusFillPath (sekcja 2.2.2.17) określający ścieżkę do wypełnienia przykładuPole to musi być obecne, jeśli flaga CustomLineCapDataFillPath jest ustawiona w planachPole obiektu EmfPlusCustomLineCapData.

public EmfPlusFillPath FillData { get; set; }

Wartość nieruchomości

EmfPlusFillPath

OutlineData

Dostęp lub ustaw opcjonalny obiekt EmfPlusLinePath (sekcja 2.2.2.26)który określa ścieżkę do wyświetlania przystosowanej linii graficznej. to pole musi być obecne, jeśli flaga CustomLineCapDataLinPath jest umieszczona w plikach personalizowanychPole obiektu EmfPlusCustomLineCapData.

public EmfPlusLinePath OutlineData { get; set; }

Wartość nieruchomości

EmfPlusLinePath

 Polski