(left, top, right, bottom) 座標から
ImageRect構造体を作成します。
シンタックス
'宣言
Public Shared Function FromLTRB( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As ImageRect
public static ImageRect FromLTRB(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- left
- top
- right
- bottom
参照