Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / FillEffectBase Class
Members


In This Topic
    FillEffectBase Class
    In This Topic
    This member is reserved for internal use and is not intended to be used directly from your code.
    Object Model
    FillEffectBase Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class FillEffectBase 
    'Usage
     
    Dim instance As FillEffectBase
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class FillEffectBase 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.FillEffectBase
          Xceed.Chart.Standard.FillEffect

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodCreates an exact replica of this FillEffectBase instance  
    Public MethodGenerates a native brush of the current fill effect with the specified dimensions. This can be an instance of SolidBrush, LinearGradientBrush, PathGradientBrush or TextureBrush.  
    Public MethodGenerates a texture brush of the current fill effect with the specified dimensions.  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also