public static RectangleF NormalizedRectangleD(
PointF start,
PointF end
)
Public Shared Function NormalizedRectangleD (
start As PointF,
end As PointF
) As RectangleF
public:
static RectangleF NormalizedRectangleD(
PointF start,
PointF end
)
static member NormalizedRectangleD :
start : PointF *
end : PointF -> RectangleF