XRConvert.ConvertTo Method
Name | Parameters | Description |
---|---|---|
ConvertTo(Point, Single) | val, dpi | Adjusts the coordinates of a point calculated for the current DPI according to the specified DPI. |
ConvertTo(Rectangle, Single) | val, dpi | Adjusts the location and size of a rectangle calculated for the current DPI according to the specified DPI. |
ConvertTo(Size, Single) | val, dpi | Adjusts the size calculated for the current DPI according to the specified DPI. |
ConvertTo(Int32, Single) | val, dpi | Adjusts the integer value calculated for the current DPI according to the specified DPI. |