PdfCoordinateConverterConvert Method (Rectangle) |
Converts a Rectangle from one coordinate space to another
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Rectangle Convert(
Rectangle r
)
Public Function Convert (
r As Rectangle
) As Rectangle
Parameters
- r
- Type: System.DrawingRectangle
The Rectangle to convert
Return Value
Type:
Rectangle
A new Rectangle in the target coordinate space
See Also