VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / FillMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    FillMode Enumeration
    In This Topic
    Specifies available methods of figure fill.
    Syntax
    'Declaration
    
    Public Enum FillMode
       Inherits System.Enum
    
    
    public enum FillMode : System.Enum
    
    
    __value public enum FillMode : public System.Enum
    
    
    public enum class FillMode : public System.Enum
    
    
    Members
    MemberDescription
    SolidThe solid fill.
    StippledThe stippled fill.
    The stipple will be filled using the Pattern On color, the space between stipples will be filled using the Pattern Off color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Annotation.Dicom.FillMode

    Requirements

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

    See Also