BrushToColor Method (C1PdfDocumentBase)
In This Topic
Gets the brush color.
Syntax
'Declaration
Protected Function BrushToColor( _
ByVal As Brush _
) As Color
protected Color BrushToColor(
Brush
)
Parameters
- brush
- The System.Drawing.Brush.
Return Value
See Also