'Declaration Public Function Contains( _
ByVal textSymbolThe text symbol to search.As TextRegionSymbol _
) As Boolean
public bool Contains(
TextRegionSymbol textSymbol
)
public: bool Contains(
TextRegionSymbol* textSymbol
)
public:
bool Contains(
TextRegionSymbol^ textSymbol
)
Parameters
- textSymbol
- The text symbol to search.
Return Value
True if this region contains the specified text symbol; otherwise, false.