[]
Creates new brush from the current brush with the specified ColorTransform effect.
public override Brush ApplyColorTransform(ColorTransform colorTransform)
Public Overrides Function ApplyColorTransform(colorTransform As ColorTransform) As Brush
Type | Name | Description |
---|---|---|
ColorTransform | colorTransform | The color transform that apply to the current brush. |
Type | Description |
---|---|
Brush | A Brush object. |
Creates new brush from the current brush with the specified ColorTransform effect.
public override Brush ApplyColorTransform(ColorTransform[] colorTransform)
Public Overrides Function ApplyColorTransform(colorTransform As ColorTransform()) As Brush
Type | Name | Description |
---|---|---|
ColorTransform[] | colorTransform | The color transform that apply to the current brush. |
Type | Description |
---|---|
Brush | A Brush object. |