BrushCreateSolid(ColorF) Method
Creates a solid
Brush with the specified 128-bit color.
See the
Remarks section of the
CreateSolid(Color32) overload for details.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static Brush CreateSolid(
ColorF color
)
Public Shared Function CreateSolid (
color As ColorF
) As Brush
public:
static Brush^ CreateSolid(
ColorF color
)
static member CreateSolid :
color : ColorF -> Brush
- color ColorF
- A ColorF value that represents the color of the brush.
BrushA
Brush that uses the specified color.