VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiBrush Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    GdiBrush Class
    In This Topic
    Defines the abstract base class of drawing brush based on System.Drawing.Brush that used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
    Object Model
    GdiBrush
    Syntax
    'Declaration
    
    Public MustInherit Class GdiBrush
       Implements IDrawingBrush
    
    
    public abstract class GdiBrush : IDrawingBrush
    
    
    public __gc abstract class GdiBrush : IDrawingBrush
    
    
    public ref class GdiBrush abstract : IDrawingBrush
    
    
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also