FromLTRB Method (ImageRect)
In This Topic
Creates a
ImageRect struct from (left, top, right, bottom) coordinates.
Syntax
'Declaration
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
)
Parameters
- left
- top
- right
- bottom
See Also