[]
        
(Showing Draft Content)

GrapeCity.Drawing.PatternBrush.ApplyColorTransform

ApplyColorTransform Method

ApplyColorTransform(ColorTransform)

Creates new brush from the current brush with the specified ColorTransform effect.

Declaration
public override Brush ApplyColorTransform(ColorTransform colorTransform)
Public Overrides Function ApplyColorTransform(colorTransform As ColorTransform) As Brush
Parameters
Type Name Description
ColorTransform colorTransform

The color transform that apply to the current brush.

Returns
Type Description
Brush

A Brush object.

Overrides