ShapeRange.CanvasCropBottom(Single) Method

Definition

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.

Applies to