VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomInfiniteLineAnnotationView Class / CreateExtendingPen(Pen) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateExtendingPen(Pen) Method (WpfDicomInfiniteLineAnnotationView)
    In This Topic
    Creates a pen for annotation line.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateExtendingPen( _
    ByVal patternOnLinePen
    Source pen.
    As System.Windows.Media.Pen _
    ) As System.Windows.Media.Pen
    protected virtual System.Windows.Media.Pen CreateExtendingPen(
    System.Windows.Media.Pen patternOnLinePen
    )
    protected: virtual System.Windows.Media.Pen* CreateExtendingPen(
    System.Windows.Media.Pen* patternOnLinePen
    )

    Parameters

    patternOnLinePen
    Source pen.

    Return Value

    A pen for annotation line.
    Remarks

    Line will not be drawn if this method returns null.

    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