BrushCreateSolid(Color64) Method
Creates a solid
Brush with the specified 64-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(
Color64 color
)
Public Shared Function CreateSolid (
color As Color64
) As Brush
public:
static Brush^ CreateSolid(
Color64 color
)
static member CreateSolid :
color : Color64 -> Brush
- color Color64
- A Color64 value that represents the color of the brush.
BrushA
Brush that uses the specified color.