Enlarges the specified region if necessary to account for the symbology sizes.
[Visual Basic 6.0] Sub ExpandRegionForSymbols(
ByVal pDisplay As IDisplay, _
ByVal pRegion As IGeometry _
)
[Visual Basic .NET] Public Sub ExpandRegionForSymbols ( _ ByVal pDisplay As IDisplay, _ ByVal pRegion As IGeometry _ )
[C#] public void ExpandRegionForSymbols ( IDisplay pDisplay, IGeometry pRegion );
[Java] public void expandRegionForSymbols ( IDisplay pDisplay, IGeometry pRegion ) throws IOException, AutomationException
[C++] HRESULT ExpandRegionForSymbols( IDisplay* pDisplay, IGeometry* pRegion );
Parameters
pDisplay [in]
pDisplay is a parameter of type IDisplay
pRegion [in]
pRegion is a parameter of type IGeometry