'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)
public override Brush ApplyColorTransform( ColorTransform colorTransform )
Parameters
- colorTransform
- The color transform that apply to the current brush.