Search
RectangleI.FromLTRB Method
See Also
 






Constructs a new RectangleI instance from the specified values.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static RectangleI FromLTRB (
    int left,
    int top,
    int right,
    int bottom
)

Visual Basic  Copy Code

Public Shared Function FromLTRB( _
    left As Integer, _
    top As Integer, _
    right As Integer, _
    bottom As Integer _
) As RectangleI

 Parameters

left

top

right

bottom

 Return Value

 See Also