Name | Description | |
---|---|---|
Clone | Creates an exact replica of this FillEffectBase instance (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase) | |
CreatePreviewBitmap | Generates a preview bitmap of this fill effect with the specified dimensions. | |
GetNativeBrush | Generates a native brush of the current fill effect with the specified dimensions. This can be an instance of SolidBrush, LinearGradientBrush, PathGradientBrush or TextureBrush. (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase) | |
GetTextureBrush | Generates a texture brush of the current fill effect with the specified dimensions. (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase) | |
InitFromFillEffect | Overloaded. Initializes a fill effect from the properties of another fill effect object | |
IsTransparent | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase) | |
SetAdvancedGradient | Use this function to apply an advanced gradient fill effect. Note that this function will also change the current Mapping. | |
SetBitmap | Use this function to apply a texture fill effect contained in a bitmap object. Note that this function will also change the current Mapping. | |
SetGradient | Use this function to apply a gradient fill effect. Note that this function will also change the current Mapping. | |
SetImage | Use this function to apply a texture fill effect. Note that this function will also change the current Mapping. | |
SetPattern | Use this function to apply a pattern fill effect. Note that this function will also change the current Mapping. | |
SetPredefinedAdvancedGradient | Loads a predefined advanced gradient in the fill effect. | |
SetSolidColor | Use this function if you want to apply a solid color. | |
SetTransparencyPercent | Sets the transparency percent of the diffuse and ambient material colors. | |
ShowEditor | Overloaded. Shows a fill effect dialog allowing you to visually edit the fill effect properties. | |
SynchronizeMappingWithType | Synchronizes the current texture mapper with the Type property of the FillEffectBase. |