ToGdiRectangle

ToGdiRectangle(Rectangle)

Convierte elRectangle haciaRectangle .

public static Rectangle ToGdiRectangle(Rectangle rectangle)
ParámetroEscribeDescripción
rectangleRectangleEl rectángulo a convertir.

Valor_devuelto

el convertidoRectangle.

Ver también


ToGdiRectangle(RectangleF)

Convierte elRectangleF haciaRectangle .

public static RectangleF ToGdiRectangle(RectangleF rectangle)
ParámetroEscribeDescripción
rectangleRectangleFEl rectángulo a convertir.

Valor_devuelto

el convertidoRectangleF.

Ver también