| RectangleExtensionsToGdiRectangle Method (Rectangle) |
Namespace: Aspose.PSD.ExtensionsAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic static Rectangle ToGdiRectangle(
Rectangle rectangle
)
Public Shared Function ToGdiRectangle (
rectangle As Rectangle
) As Rectangle
public:
static Rectangle ToGdiRectangle(
Rectangle rectangle
)
static member ToGdiRectangle :
rectangle : Rectangle -> Rectangle
Parameters
- rectangle
- Type: Aspose.PSDRectangle
The rectangle to convert.
Return Value
Type:
RectangleThe converted
Rectangle.
See Also