'宣言 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 )
パラメータ
- value
- 設定するSystem.Drawing.RectangleF。
- fromBottomLeft
- trueの場合、ソース座標の原点はページの左下隅にあり、 Y軸が上になります(デフォルトでは、左上隅にあり、Y軸が下になります)。
- deviceDpiX
- 水平デバイス解像度。
- deviceDpiY
- 垂直デバイス解像度。
戻り値の型
調整されたSystem.Drawing.RectangleF。