RectangleExtensionsToGdiRectangle Method (Rectangle)
Converts the Rectangle to the Rectangle.

Namespace: Aspose.PSD.Extensions
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public static Rectangle ToGdiRectangle(
	Rectangle rectangle
)

Parameters

rectangle
Type: Aspose.PSDRectangle
The rectangle to convert.

Return Value

Type: Rectangle
The converted Rectangle.
See Also