In This Topic
Creates a
RectF struct from (left, top, right, bottom) coordinates.
Syntax
'Declaration
Public Shared Function FromLTRB( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
) As RectF
public static RectF FromLTRB(
System.float ,
System.float ,
System.float ,
System.float
)
Parameters
- left
- top
- right
- bottom
See Also