MapRectangleInflateHorizontally Method |
Inflates the object horizontally by specifying a factor. The width of the rectangle is multiplied by this factor.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public MapRectangle InflateHorizontally(
double inflate
)
Public Function InflateHorizontally (
inflate As Double
) As MapRectangle
public:
MapRectangle^ InflateHorizontally(
double inflate
)
member InflateHorizontally :
inflate : float -> MapRectangle
Parameters
- inflate
- Type: SystemDouble
Factor which specifies the new value of the property Width.
Return Value
Type:
MapRectangleThe object itself is returned, so it can be reused in the same line of code.
See Also