'Declaration Public Overloads Function AdjustCoordinates( _ ByVal value As Quadrilateral, _ Optional ByVal fromBottomLeft As System.Boolean, _ Optional ByVal deviceDpiX As System.Single, _ Optional ByVal deviceDpiY As System.Single _ ) As Quadrilateral
public Quadrilateral AdjustCoordinates( Quadrilateral value, System.bool fromBottomLeft, System.float deviceDpiX, System.float deviceDpiY )
Parameters
- value
- The GrapeCity.Documents.Common.Quadrilateral 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 GrapeCity.Documents.Common.Quadrilateral.