VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LineCap Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    LineCap Class
    In This Topic
    Caps at the end of the line-based annotations.
    Object Model
    LineCap
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    <TypeConverterAttribute(Vintasoft.Imaging.Annotation.TypeConverters.LineCapConverter)>
    Public Class LineCap
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.Annotation.TypeConverters.LineCapConverter)]
    public class LineCap
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.Annotation.TypeConverters.LineCapConverter)]
    public __gc class LineCap
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.Annotation.TypeConverters.LineCapConverter)]
    public ref class LineCap
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Annotation.LineCap

    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