Version

Search Results

Seal Method (RadialGradientBrush)

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

SetBounds Method (RadialGradientBrush)

Bounds this brush and creates a correspondent direct brush. Syntax Parameters x X-coordinate of the upper-left corner of the bounding rectangle.y Y-coordinate of the upper-left corner of the bounding rectangle.width Width of the bounding rectangle.height Height of the bounding rectangle. Return Value Direct brush.

Type Property (RadialGradientBrush)

Gets the type of this brush. Syntax

RadialGradientBrush Constructor()

Initializes a new instance of the RadialGradientBrush class. Syntax

RadialGradientBrush Constructor(Color,Color)

Initializes a new instance of the RadialGradientBrush class. Syntax Parameters startColor Start color of the gradient.endColor End color of the gradient.

RadialGradientBrush Constructor(Color,Color,Single)

Initializes a new instance of the RadialGradientBrush class. Syntax Parameters startColor Start color for the gradient.endColor End color for the gradient.angle Rotation angle.

RadialGradientBrush Constructor(ColorBlend,Single)

Initializes a new instance of the RadialGradientBrush class. Syntax Parameters blend Color blend for the gradient.angle Rotation angle.

RadialGradientBrush Constructor(Single)

Initializes a new instance of the RadialGradientBrush class. Syntax Parameters angle Rotation angle.

RadialGradientDirectBrush Class

Represents a direct radial gradient brush. Syntax