PictureFormat.CropLeft Property

Definition

Returns or sets the number of points that are cropped off the left side of the specified picture or OLE object.

public:
 property float CropLeft { float get(); void set(float value); };
public float CropLeft { get; set; }
member this.CropLeft : single with get, set
Public Property CropLeft As Single

Property Value

Remarks

Cropping is calculated relative to the original size of the picture. For example, if you insert a picture that is originally 100 points wide, rescale it so that it's 200 points wide, and then set the CropLeft property to 50, 100 points (not 50) will be cropped off the left side of your picture.

Applies to