Overload | Description |
---|---|
SetFill(NFill) | Sets the current fill to the specified NFill instance. A value of null clears the fill. |
SetFill(NColor) | Sets the current fill to a solid color fill. |
SetFill(ENGradientStyle,ENGradientVariant,NColor,NColor) | Sets the current fill to a stock gradient fill with the specified settings. |
SetFill(ENHatchStyle,NColor,NColor) | Sets the current fill to a hatch fill with the specified settings. |
SetFill(NImageSource,NTextureMapping) | Sets the current fill to an image fill with the specified settings. |