Class EmfPlusBlendFactors
The EmfPlusBlendFactors object specifies positions and factors for the blend pattern of a gradient brush.
public sealed class EmfPlusBlendFactors : EmfPlusBlendBase
- Inheritance
-
EmfPlusBlendFactors
- Inherited Members
Constructors
EmfPlusBlendFactors()
public EmfPlusBlendFactors()
Properties
BlendFactors
Gets or sets an array of PositionCount 32-bit floating point values that specify proportions of colors at the positions defined in the BlendPositions field. Each value MUST be a number between 0.0 and 1.0 inclusive.
public float[] BlendFactors { get; set; }
Property Value
- float[]