Share via


Graphic.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 を設定すると、図の右端からトリミングされるのは 50 ポイントではなく 100 ポイントとなります。

適用対象