VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LineCap Class / Set Methods / Set(LineCap) Method
Syntax Requirements SeeAlso
In This Topic
    Set(LineCap) Method (LineCap)
    In This Topic
    Sets state of the cap according to the state of cap passed as method parameter.
    Syntax
    'Declaration
    
    Public Overloads Sub Set( _
    ByVal value
    Cap whose state is used to set state of the current cap.
    As LineCap _
    )
    public void Set(
    LineCap value
    )
    public: void Set(
    LineCap* value
    )
    public:
    void Set(
    LineCap^ value
    )

    Parameters

    value
    Cap whose state is used to set state of the current cap.
    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