In This Topic
Creates a
RectL 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 RectL
public static RectL FromLTRB(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- left
- top
- right
- bottom
See Also