'Declaration Public Overloads Function AdjustCoordinates( _ ByVal value As System.Drawing.RectangleF, _ Optional ByVal fromBottomLeft As System.Boolean, _ Optional ByVal deviceDpiX As System.Single, _ Optional ByVal deviceDpiY As System.Single _ ) As System.Drawing.RectangleF
public System.Drawing.RectangleF AdjustCoordinates( System.Drawing.RectangleF value, System.bool fromBottomLeft, System.float deviceDpiX, System.float deviceDpiY )
Parameters
- value
- The System.Drawing.RectangleF to adjust.
- fromBottomLeft
- If true, the source coordinates' origin is in the bottom left corner of the page with Y axis going up (by default it is in the top left corner with Y axis going down).
- deviceDpiX
- The horizontal device resolution.
- deviceDpiY
- The vertical device resolution.
Return Value
The adjusted System.Drawing.RectangleF.