Overload | Description |
---|---|
AdjustCoordinates(Quadrilateral,Boolean,Single,Single) | Converts specified visual coordinates (usually in the coordinate system with the origin in the top left corner of the page and the Y axis going down, see fromBottomLeft) to coordinates that take into account Rotate, CropBox and MediaBox (if CropBox is not specified) values.
This method should be used when positioning annotations or destinations on a page. Do not use this method when drawing on Graphics. |
AdjustCoordinates(PointF,Boolean,Single,Single) | Converts specified visual coordinates (usually in the coordinate system with the origin in the top left corner of the page and the Y axis going down, see fromBottomLeft) to coordinates that take into account Rotate, CropBox and MediaBox (if CropBox is not specified) values.
This method should be used when positioning annotations or destinations on a page. Do not use this method when drawing on Graphics. |
AdjustCoordinates(RectangleF,Boolean,Single,Single) | Converts specified visual coordinates (usually in the coordinate system with the origin in the top left corner of the page and the Y axis going down, see fromBottomLeft) to coordinates that take into account Rotate, CropBox and MediaBox (if CropBox is not specified) values.
This method should be used when positioning annotations or destinations on a page. Do not use this method when drawing on Graphics. |