[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.LinearGradientBrush

LinearGradientBrush Class

Represents the brush to be used to fill the gradient shape.

Inheritance
LinearGradientBrush
Implements
Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.4.8.dll
Syntax
public sealed class LinearGradientBrush : GradientBrush, IDisposable, ICloneable
Public NotInheritable Class LinearGradientBrush
    Inherits GradientBrush
    Implements IDisposable, ICloneable
Remarks

The handle of the LinearGradientBrush is always IntPtr.Zero, so it can not be used to DeviceContext.

Constructors

Name Description
LinearGradientBrush(Point, Point, Color[])

Initializes a new instance of the LinearGradientBrush class.

Methods

Name Description
Clone()

Creates an exact copy if this LinearGradientBrush object.