'Declaration Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal color As ColorF _ ) As SolidColorBrush
public static SolidColorBrush Create( RenderTarget renderTarget, ColorF color )
Parameters
- renderTarget
- an instance of RenderTarget
- color
- The red, green, blue, and alpha values of the brush's color.