VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / WpfCommentVisualTool Class / CreateCommentSourceSelectionPen(Comment) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateCommentSourceSelectionPen(Comment) Метод (WpfCommentVisualTool)
    В этом разделе
    Создает перо, которое используется для рисования выделения источника комментария.
    Синтаксис
    'Declaration
    
    Protected Overridable Function CreateCommentSourceSelectionPen( _
    ByVal comment
    Комментарий.
    As Vintasoft.Imaging.Annotation.Comments.Comment _
    ) As System.Windows.Media.Pen
    protected virtual System.Windows.Media.Pen CreateCommentSourceSelectionPen(
    Vintasoft.Imaging.Annotation.Comments.Comment comment
    )
    protected: virtual System.Windows.Media.Pen* CreateCommentSourceSelectionPen(
    Vintasoft.Imaging.Annotation.Comments.Comment* comment
    )
    protected:
    virtual System.Windows.Media.Pen^ CreateCommentSourceSelectionPen(
    Vintasoft.Imaging.Annotation.Comments.Comment^ comment
    )

    Parameters

    comment
    Комментарий.

    Return Value

    Перо, которое используется для рисования выделения источника комментария.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также