ToGdiRectangle

RectangleExtensions.ToGdiRectangle method (1 of 2)

Converts the Rectangle to the Rectangle.

public static Rectangle ToGdiRectangle(Rectangle rectangle)
ParameterTypeDescription
rectangleRectangleThe rectangle to convert.

Return Value

The converted Rectangle.

See Also


RectangleExtensions.ToGdiRectangle method (2 of 2)

Converts the RectangleF to the Rectangle.

public static RectangleF ToGdiRectangle(RectangleF rectangle)
ParameterTypeDescription
rectangleRectangleFThe rectangle to convert.

Return Value

The converted RectangleF.

See Also