ShapeRange.CanvasCropBottom(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Crops a percentage of the height of a drawing canvas from the bottom of the canvas.
public:
void CanvasCropBottom(float Increment);
public void CanvasCropBottom (float Increment);
abstract member CanvasCropBottom : single -> unit
Public Sub CanvasCropBottom (Increment As Single)
Parameters
- Increment
- Single
Required Single. The amount in percentage points of a drawing canvas's height that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's height from the bottom. Entering 0.1 crops ninety percent of the canvas's height from the bottom.
Remarks
Use the CanvasCropTop(Single) method to crop from the top.