RectangleExtensions.ToGdiRectangle
ToGdiRectangle(Rectangle)
Converts the Rectangle
to the Rectangle.
public static Rectangle ToGdiRectangle(Rectangle rectangle)
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangle to convert. |
Return Value
The converted Rectangle.
See Also
- struct Rectangle
- class RectangleExtensions
- namespace Aspose.PSD.Extensions
- assembly Aspose.PSD
ToGdiRectangle(RectangleF)
Converts the RectangleF
to the Rectangle.
public static RectangleF ToGdiRectangle(RectangleF rectangle)
Parameter | Type | Description |
---|---|---|
rectangle | RectangleF | The rectangle to convert. |
Return Value
The converted RectangleF.
See Also
- struct RectangleF
- class RectangleExtensions
- namespace Aspose.PSD.Extensions
- assembly Aspose.PSD