Creates a solid brush with the specified color components.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public Brush CreateSolidBrush ( |
Visual Basic Copy Code |
---|
Public Function CreateSolidBrush( _ |
The alpha factor of the solid brush color.
The red component of the solid brush color.
The green component of the solid brush color.
An instance of the MindFusion.Drawing.SolidBrush that represents the newly created brush.