PictureFormat.CropRight 属性

定义

返回或设置从指定的图片或 OLE 对象的右边裁剪的磅数。

public:
 property float CropRight { float get(); void set(float value); };
public float CropRight { get; set; }
Public Property CropRight As Single

属性值

注解

裁剪以相对于图片的原始尺寸计算。 例如,如果插入一幅原始宽度为 100 磅的图像,将其放大为 200 磅宽,然后设置 CropRight 属性为 50, 那么 100 磅(不是 50 磅)将从图像的右边被切除。

适用于