Class EmfPlusBlendFactors

Class EmfPlusBlendFactors

Der Name: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Versammlung: Aspose.Imaging.dll (25.4.0)

Das EmfPlusBlendFactors-Objekt erläutert Positionen und Faktoren für das Mischmuster eines Gradientbrows.

public sealed class EmfPlusBlendFactors : EmfPlusBlendBase

Inheritance

object MetaObject EmfPlusObject EmfPlusStructureObjectType EmfPlusBlendBase EmfPlusBlendFactors

Vererbte Mitglieder

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

Constructors

EmfPlusBlendFactors()

public EmfPlusBlendFactors()

Properties

BlendFactors

Er bekommt oder setzt eine Reihe von PositionCount 32-Bit-Floating Point-Werte, dieAngeben Sie Proportionen von Farben in den Positionen, die im Feld BlendPositions definiert sind.Jedes Wert muss eine Zahl zwischen 0.0 und 1.0 inklusive sein.

public float[] BlendFactors { get; set; }

Eigentumswert

float [][]

 Deutsch