'Declaration Public Overloads Function Inflate( _ ByVal pageScale As Single, _ ByVal bounds As RectangleF _ ) As RectangleF
public RectangleF Inflate( float pageScale, RectangleF bounds )
Parameters
- pageScale
- The page scale.
- bounds
- Specified bounds.
Return Value
Returns the inflated bounds.