Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static Rectangle FromPoints(
IEnumerable<Vector2D> points
)
public static Rectangle FromPoints(
IEnumerable<Vector2D> points
)
Public Shared Function FromPoints (
points As IEnumerable(Of Vector2D)
) As Rectangle
Public Shared Function FromPoints (
points As IEnumerable(Of Vector2D)
) As Rectangle
public:
static Rectangle FromPoints(
IEnumerable<Vector2D>^ points
)
public:
static Rectangle FromPoints(
IEnumerable<Vector2D>^ points
)
static member FromPoints :
points : IEnumerable<Vector2D> -> Rectangle
static member FromPoints :
points : IEnumerable<Vector2D> -> Rectangle
Return Value
Type:
Rectangle