Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Brush Class / ApplyColorTransform Method
The color transform that apply to the current brush.


In This Topic
    ApplyColorTransform Method (Brush)
    In This Topic
    Creates new brush from the current brush with the specified GrapeCity.Core.ColorTransform effect.
    Syntax
    'Declaration
     
    
    Public Overridable Function ApplyColorTransform( _
       ByVal colorTransform As ColorTransform _
    ) As Brush
    'Usage
     
    
    Dim instance As Brush
    Dim colorTransform As ColorTransform
    Dim value As Brush
     
    value = instance.ApplyColorTransform(colorTransform)
    public virtual Brush ApplyColorTransform( 
       ColorTransform colorTransform
    )

    Parameters

    colorTransform
    The color transform that apply to the current brush.
    See Also