VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Comments Namespace / Comment Class / FindCommentBySourceLocation(PointF) Method
Синтаксис Требования Смотрите также
В этом разделе
    FindCommentBySourceLocation(PointF) Метод (Comment)
    В этом разделе
    Ищет комментарий по точкам в SourceBoundingBox.
    Синтаксис
    'Declaration
    
    Public Function FindCommentBySourceLocation( _
    ByVal point
    Точка в пикселях, независимых от устройства (DIP).
    As System.Drawing.PointF _
    ) As Comment
    public Comment FindCommentBySourceLocation(
    System.Drawing.PointF point
    )
    public: Comment* FindCommentBySourceLocation(
    System.Drawing.PointF point
    )
    public:
    Comment^ FindCommentBySourceLocation(
    System.Drawing.PointF point
    )

    Parameters

    point
    Точка в пикселях, независимых от устройства (DIP).

    Return Value

    Комментарий, соответствующий указанной точке.
    Требования

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

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