Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GradientBrush Class / ApplyTransparent Method
The start transparent value.
The end transparent value.


In This Topic
    ApplyTransparent Method
    In This Topic
    Applies transparent for gradient stops.
    Syntax
    'Declaration
     
    
    Public Sub ApplyTransparent( _
       ByVal fromTransparent As Double, _
       ByVal toTransparent As Double _
    ) 
    'Usage
     
    
    Dim instance As GradientBrush
    Dim fromTransparent As Double
    Dim toTransparent As Double
     
    instance.ApplyTransparent(fromTransparent, toTransparent)
    public void ApplyTransparent( 
       double fromTransparent,
       double toTransparent
    )

    Parameters

    fromTransparent
    The start transparent value.
    toTransparent
    The end transparent value.
    See Also