ApplyColorTransform Method (PatternBrush)
Creates new brush from the current brush with the specified
GrapeCity.Core.ColorTransform effect.
'Declaration
Public Overrides NotOverridable Function ApplyColorTransform( _
ByVal 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.