Class EmfPlusCustomLineCapOptionalData

Class EmfPlusCustomLineCapOptionalData

Navne til: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Sammensætning: Aspose.Imaging.dll (25.4.0)

EmfPlusCustomLineCapOptionalData-objektet angiver valgfrie udfyldnings- og outlinedata for en tilpasset linjekap.

public sealed class EmfPlusCustomLineCapOptionalData : EmfPlusStructureObjectType

Inheritance

object MetaObject EmfPlusObject EmfPlusStructureObjectType EmfPlusCustomLineCapOptionalData

De arvede medlemmer

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

Constructors

EmfPlusCustomLineCapOptionalData()

public EmfPlusCustomLineCapOptionalData()

Properties

FillData

Få eller indsætte et valgfrit EmfPlusFillPath-objekt (sektion 2.2.2.17) som angiver vejen til at udfylde en tilpassetDette felt MÅ være til stede, hvis CustomLineCapDataFillPath-flagget er indstillet i CustomCapeFlagset felt i EmfPlusCustomLineCapData-objektet.

public EmfPlusFillPath FillData { get; set; }

Ejendomsværdi

EmfPlusFillPath

OutlineData

Få eller indsætte et valgfrit EmfPlusLinePath-objekt (sektion 2.2.2.26)Dette felt MUST være til stede, hvis CustomLineCapDataPath-flagget er indstillet i CustomCapeFlagset felt i EmfPlusCustomLineCapData-objektet.

public EmfPlusLinePath OutlineData { get; set; }

Ejendomsværdi

EmfPlusLinePath

 Dansk