Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: BoundingBoxD FromPoint(double, double, double, double)

Declaration

public static BoundingBoxD FromPoint(
    double x1,
    double y1,
    double x2,
    double y2
)

Summary

Returns a new BoundingBox bounding the two points specified.