ShapeRange.CanvasCropRight(Single) Method

Definition

Crops a percentage of the width of a drawing canvas from the right side of the canvas.

public:
 void CanvasCropRight(float Increment);
public void CanvasCropRight (float Increment);
abstract member CanvasCropRight : single -> unit
Public Sub CanvasCropRight (Increment As Single)

Parameters

Increment
Single

Required Single. The amount in percentage points of the canvas's width that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's width from the right. Entering 0.1 crops ninety percent of the canvas's width from the right.

Remarks

Use the CanvasCropLeft(Single) method to crop from the left side of a drawing canvas.

Applies to