Search
ICanvas.SetFillColor Method
See Also
 





Sets the current fill color to the specified color from the palette.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

void SetFillColor (
    int color
)

Visual Basic  Copy Code

Sub SetFillColor( _
    color As Integer _
)

 Parameters

color

 See Also