Tests whether this rectangle contains the specified point within a threshold.
Namespace: MindFusion.MappingAssembly: MindFusion.Mapping
public bool ContainsPoint ( Point point, double threshold)
Public Function ContainsPoint( _ point As Point, _ threshold As Double _) As Boolean
A Point instance.
A threshold value.
true if this rectangle contains the point, otherwise false.
ContainsPoint Method Overload ListRect MembersRect ClassMindFusion.Mapping Namespace