Shape.CanvasCropLeft(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 width of a drawing canvas from the left side of the canvas.
public:
void CanvasCropLeft(float Increment);
public void CanvasCropLeft (float Increment);
abstract member CanvasCropLeft : single -> unit
Public Sub CanvasCropLeft (Increment As Single)
Parameters
- Increment
- Single
Required Single. The amount in percentage points of the drawing 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 left. Entering 0.1 crops ninety percent of the canvas's width from the left.
Remarks
Use the CanvasCropRight(Single) method to crop from the right side of a drawing canvas.