IsPointInsideLogicalArea Method (SymbolReference)
In This Topic
Checks, if the point is inside logical area of the symbol. Returns true, if the symbol has a logical area and the point is inside. The logical area may be a rectangle or a polyline without arcs.
Syntax
public virtual bool IsPointInsideLogicalArea(
PointD
)
public:
virtual bool IsPointInsideLogicalArea(
PointD
)
Parameters
| Parameter Name | Description |
|---|
| pTest | |
See Also