Completes this blend with the boundary entries. Syntax Return Value A completed ColorBlend entry. Remarks If a ColorBlends last position is not 1, then it will be completed by adding a new ColorBlendEntry using the last color already in the blend with a position of 1.
Compares this blend to the specified one. Syntax Parameters blend A reference to the blend to compare with. Return Value A boolean value indicating whether the blends are equal.
Compares this blend to the specified one. Overload List
Inserts an entry into the blend. Syntax Parameters index Insertion index.color A color to use at the corresponding offset along the gradient line.position Anposition along the gradient line.
Inserts an entry into the blend. Overload List
Gets whether the instance has been sealed through the Seal method. Syntax
Makes the instance immutable. Any attempts to modify properties or members will result in an exception. Syntax
Initializes a new instance of the ColorBlend class. Syntax
Initializes a new instance of the ColorBlend class. Syntax Parameters blend A System.Drawing.Drawing2D.ColorBlend object used to initialize the instance.
Overload List