VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Vmf.UI Namespace / VmfContentInfo Class / ContainsPoint(VintasoftPoint) Method
Syntax Requirements SeeAlso
In This Topic
    ContainsPoint(VintasoftPoint) Method (VmfContentInfo)
    In This Topic
    Checks that content information contains the specified point, in page space.
    Syntax
    'Declaration
    
    Public Function ContainsPoint( _
    ByVal point
    The point, in page space.
    As Vintasoft.Primitives.VintasoftPoint _
    ) As Boolean

    Parameters

    point
    The point, in page space.

    Return Value

    True - content information contains the specified point; false - content information does not contain the specified point.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also