Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / PatternBrush Class / ApplyColorTransform Method
The color transform that apply to the current brush.


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

Parameters

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