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