ChartNodeSetFillPaint Method (Image) |
Sets the "FillPaint" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetFillPaint(
Image imageIcon
)
Public Overridable Sub SetFillPaint (
imageIcon As Image
)
public:
virtual void SetFillPaint(
Image^ imageIcon
)
abstract SetFillPaint :
imageIcon : Image -> unit
override SetFillPaint :
imageIcon : Image -> unit
Parameters
- imageIcon
- Type: System.DrawingImage
A Image that specifies the "FillPaint" attribute value.
See Also