MindFusion.Wpf Pack Programmer's Guide
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

The index of the color in the associated palette.

 See Also

ICanvas Members
ICanvas Interface
MindFusion.Mapping Namespace