Version

Search Results

Complete Method

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.

Equals(ColorBlend) Method

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.

Equals Method (ColorBlend)

Compares this blend to the specified one. Overload List

Insert(Int32,Color,Single) Method

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.

Insert Method (ColorBlend)

Inserts an entry into the blend. Overload List

IsSealed Property (ColorBlend)

Gets whether the instance has been sealed through the Seal method. Syntax

Seal Method (ColorBlend)

Makes the instance immutable. Any attempts to modify properties or members will result in an exception. Syntax

ColorBlend Constructor()

Initializes a new instance of the ColorBlend class. Syntax

ColorBlend Constructor(ColorBlend)

Initializes a new instance of the ColorBlend class. Syntax Parameters blend A System.Drawing.Drawing2D.ColorBlend object used to initialize the instance.

ColorBlend Constructor

Overload List