Tests whether this rectangle contains the specified point within a threshold.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C# Copy Code |
---|
public bool ContainsPoint ( |
Visual Basic Copy Code |
---|
Public Function ContainsPoint( _ |
A Point instance.
A threshold value.
true if this rectangle contains the point, otherwise false.