PdfCoordinateConverterConvert Method (Point) |
Converts a Point 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 Point Convert(
Point p
)
Public Function Convert (
p As Point
) As Point
Parameters
- p
- Type: System.DrawingPoint
The Point to convert
Return Value
Type:
Point
A new Point in the target coordinate space
See Also