'Declaration Protected Overridable Function GetTextRegionSymbols( _
ByVal textRegionThe text region.As TextRegion _
) As TextRegionSymbol[]
protected virtual TextRegionSymbol[] GetTextRegionSymbols(
TextRegion textRegion
)
protected: virtual TextRegionSymbol*[] GetTextRegionSymbols(
TextRegion* textRegion
)
protected:
virtual TextRegionSymbol^[] GetTextRegionSymbols(
TextRegion^ textRegion
)
Parameters
- textRegion
- The text region.
Return Value
An array of TextRegionSymbol.