次の方法で共有


WebImage.Crop(Int32, Int32, Int32, Int32) メソッド

定義

画像をトリミングします。

public System.Web.Helpers.WebImage Crop (int top = 0, int left = 0, int bottom = 0, int right = 0);
member this.Crop : int * int * int * int -> System.Web.Helpers.WebImage
Public Function Crop (Optional top As Integer = 0, Optional left As Integer = 0, Optional bottom As Integer = 0, Optional right As Integer = 0) As WebImage

パラメーター

top
Int32

上部から削除するピクセルの数。

left
Int32

左から削除するピクセルの数。

bottom
Int32

下部から削除するピクセルの数。

right
Int32

右から削除するピクセルの数。

戻り値

トリミングされたイメージ。

適用対象