'Declaration Public Function ContainsPoint( _
ByVal pointThe point, in page space.As Vintasoft.Primitives.VintasoftPoint _
) As Boolean
public bool ContainsPoint(
Vintasoft.Primitives.VintasoftPoint point
)
public: bool ContainsPoint(
Vintasoft.Primitives.VintasoftPoint point
)
public:
bool ContainsPoint(
Vintasoft.Primitives.VintasoftPoint point
)
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.