'宣言 Public Shared Function FromLTRB( _ ByVal left As System.Double, _ ByVal top As System.Double, _ ByVal right As System.Double, _ ByVal bottom As System.Double _ ) As Rect
パラメータ
- left
- The X coordinate of the upper-left corner of the rectangular region.
- top
- The Y coordinate of the upper-left corner of the rectangular region.
- right
- The X coordinate of the lower-right corner of the rectangular region.
- bottom
- The Y coordinate of the lower-right corner of the rectangular region.
戻り値の型
The newly created Rect structure.