ILinearGradientBrush Interface

ILinearGradientBrush interface

Defines brush interface with a linear gradient.

public interface ILinearGradientBrush : IGradientBrush

Properties

NameDescription
[getAngle]
[setAngle] Gets the angle, measured in degrees clockwise from the x-axis, of the gradient’s orientation line.
[getRect]
[setRect] Get a rectangular region that defines the starting and ending points of the gradient.

See Also